DropDown List Item Disable using jQuery or Java script


In this post you can learn how to disable dropDown list item using jQuery
Suppose let’s assume the dropdown contains two items as: Audi, Mercedes

Here is the JQuery code to disable list item in the dropdown using jquery



$(document).ready(function() {

  $("#DropdownListId option[value='1']").attr("disabled","disabled");

});
Vikram Chandra Theme by BloggerThemes & NewWPThemes Sponsored by iBlogtoBlog