jquery on 事件

jQuery on 相关的事件如下所示

相关JS 如下 记得引入 jQuery 相关的js

$(document).on("click","[name='huchao']",function () {
alert("huchao");
// body...
})

相关的DOM

<input type="button" name="huchao" id="huchao" value="点击huchao"  />

 

posted @ 2017-03-21 19:10  需要GIS小工具找我  阅读(161)  评论(0编辑  收藏  举报