if(typeof($(“#id”).attr(“onmouseout”))==”undefined”){
alert(“属性onmouseout不存在”);
}
else{
alert(“属性onmouseout存在”);
}
未经允许不得转载:前端撸码笔记 » 用JQuery 判断某个属性是否存在hasAttr()
if(typeof($(“#id”).attr(“onmouseout”))==”undefined”){
alert(“属性onmouseout不存在”);
}
else{
alert(“属性onmouseout存在”);
}
未经允许不得转载:前端撸码笔记 » 用JQuery 判断某个属性是否存在hasAttr()