79133402

Date: 2024-10-28 12:33:43
Score: 0.5
Natty:
Report link

You need to use the jQuery-UI method of the button widget to enable it after disabling it: https://api.jqueryui.com/button/#method-enable

btn.button( "enable" );

If you bypass jQuery-UI it will not correctly manage the button state, which is the point of jQuery-UI.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Martin Lisowski