jquery 通过属性选择器获取input不为disabled的对象

$("input[id^='input_001']:not(:disabled)").each(function(){
console.log(this);
});

posted @ 2013-11-28 16:04  andysd  阅读(892)  评论(0)    收藏  举报