Site icon Sibeesh Passion

Remove an attribute from an html element

Remove an attribute from an html element .
[js]
$(‘#btnCreate’).removeAttr(‘disabled’);
[/js]
Here I am removing the attribute disabled from the element btnCreate.

Regards
www.sibeeshpassion.com

Exit mobile version