$(":select[name='start_Month'").each(function(item,i){
console.log(item.name + "" + item.value);
});

 

js加属性

 this.getElementsByTagName("a")[0].setAttribute("aria-selected", true);

posted on 2015-09-10 20:25  程序猿的笔记  阅读(265)  评论(0编辑  收藏  举报