Friday 4 September 2015

how to dropdown option disable and enable and show,hide in jquery

$("#ActionId option[value='6']").attr('disabled', 'disabled').hide();




$("#ActionId option[value='6']").removeAttr('disabled').show();

No comments:

Post a Comment