标签:ons elm cti this 一个 点击 循环 元素 on()
$(elm).click(function(){
if($(this).attr(‘num‘)){
console.log("同一个元素")
}else{
for(let i=0;i<elm.length;i++){
$(elem).eq(i).removeAttr(‘num‘)
}
$(this).attr(‘num‘)
console.log("不是同一个元素")
}
})
标签:ons elm cti this 一个 点击 循环 元素 on()
原文地址:http://www.cnblogs.com/huangmin1992/p/7204108.html