jQuery("#click_me:button").attr("disabled", "true");
If I want to re-enable the button, the following doesn't work:
jQuery("#click_me:button").attr("disabled", "false");
Does anyone know what I'm missing?
jQuery("#click_me:button").attr("disabled", "true");
If I want to re-enable the button, the following doesn't work:
jQuery("#click_me:button").attr("disabled", "false");
Does anyone know what I'm missing?
No comments:
Post a Comment