最赞回答 / 不断滴自我催眠
错误太多了··你自定义的jquery方法 得加个方法名啊 内容写到方法里li_col=(li_col==undefined) ? def_col;lst_col; //def_col后面的应该是冒号而不是封号$(this).css("background-color":li_col); //里面的应该是 逗号而不是冒号最后})(jQuwery) 这里应该是 jQuery<...code...>
2015-05-23
最赞回答 / uhelper_net
$this与$(this)是相等的.一般使用这个将jquery对象转换为一个变量是考虑性能优化.每次查找或转换都有性能损耗,直接用变量缓存,可以减少这部分执行.
2015-05-22
最新回答 / 事与愿违的牵挂
不知道你想怎么阻止选中文字,如果只是单纯的不想点击左键选中文字可以用css控制,-moz-user-select: none; /*火狐*/-webkit-user-select: none; /*webkit浏览器*/-ms-user-select: none; /*IE10*/-khtml-user-select: none; /*早期浏览器*/user-select: none;
2015-05-21