$(document).ready(function(){
var item=$('#item').children();
item.each(function(i){
$(this).bind('click',function(){
this.css("background-color");
})
遍历之后想绑定个事件,可总是这个错误
用addClass还是not a function,求指教,多拓展一点,虚心求教!!谢谢
相关分类