JQuery根据指定值动态设置select下的option选中或禁用
JQuery根据指定值动态设置select下的option选中或禁用: $(function(){ var date=new Date; var month = date.getMonth()+1; $("#list").find("opt...
JQuery根据指定值动态设置select下的option选中或禁用: $(function(){ var date=new Date; var month = date.getMonth()+1; $("#list").find("opt...
jquery设置按钮(Button)disabled属性(jquery设置按钮可用)的两种方法: $('.btn-default').attr("disabled",true); 或者 $('.btn-default').attr("dis...
html代码: jquery代码: function showme(){ console.log($(this).attr('id')); }