jQuery为iframe的body添加click事件的实现代码
html结构如下: 代码如下: <html> <head> <title>为body添加click事件</title> <meta http-equiv=”content-type” content=”text/html;charset=utf-8′′> [removed][removed] [removed] function show_body_click(){ alert(‘you are click the body’); } jQuery(document).ready(function(){ //
下载地址
用户评论