With Jquery , you can remove dynamically the disabled attribute of a html element . By example, for a button with id = « btnsubmit » you can use a line of code like this :

$(‘#btnsubmit’).prop(« disabled », false);

You may be interested in :

This article contain affiliate links.

Laisser un commentaire