How to properly enable/disable input field on click with jQuery?
I was experimenting with:
$(\"#FullName\").removeAttr(\'disabled\');
$("#anOtherButton").click(function(){ $("#FullName").attr('disabled', 'disabled'); });
Set one or more attributes for the set of matched elements