摘要: 如果页面上有iframe时,鼠标点击在iframe内时,包含iframe的document是不响应任何事件的, 例如: $("#iframe1").click(function(){//点击iframe alert("点击1"); });或者 $(function(){//给iframe循环绑定cl 阅读全文
posted @ 2017-05-26 21:26 阿文sky 阅读(10121) 评论(0) 推荐(1)