Remove an attribute from an html element

Remove an attribute from an html element .
  1. $('#btnCreate').removeAttr('disabled');  
Here I am removing the attribute disabled from the element  btnCreate.
 
Regards

www.sibeeshpassion.com