$on is not a function怎么回事
2个回答
2016-09-22
展开全部
已经引入jq 要是下面的代码就有问题
$dot.each(function(index,element){
$dot[index].on('mouseover',function(){
$dot.each(function(i,val){
$dot[i].removeClass('selected');
})
this.addClass('selected');
})
要是改成这样就没问题::
$dot.each(function(index,element){
$dot[index].mouseover=function(){
$dot.each(function(i,val){
$dot[i].className="";
})
this.className='selected';
}
哎。。。
$dot.each(function(index,element){
$dot[index].on('mouseover',function(){
$dot.each(function(i,val){
$dot[i].removeClass('selected');
})
this.addClass('selected');
})
要是改成这样就没问题::
$dot.each(function(index,element){
$dot[index].mouseover=function(){
$dot.each(function(i,val){
$dot[i].className="";
})
this.className='selected';
}
哎。。。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询