导航

jquery 等html加载完成再绑定事件

Posted on 2015-02-02 10:34  网名还没想好  阅读(217)  评论(0)    收藏  举报
$(document).on("click","selector",function(){
  //code
});