How to enable/disable jQuery UI Button
In this post, find out way to enable or disable jQuery UI button. The jQuery UI Button provides enable and disable methods which change the status of the jQuery UI button.
To enable the button,
$("#btnDemo").button("enable");
To disable the button,
$("#btnDemo").button("disable");
See result below
See Complete Code
Feel free to contact me for any help related to jQuery, I will gladly help you.