disable a button in a jQuery
jQuery(“#a-create-event”).attr(“disabled”, true);
Enable a disabled button in jQuery
jQuery(“#a-create-event”).attr(“disabled”, false);
jQuery(“#a-create-event”).attr(“disabled”, true);
Enable a disabled button in jQuery
jQuery(“#a-create-event”).attr(“disabled”, false);