毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> WEB开发 >> 正文

jQuery无法调用js函数

更新时间:2013-1-18:  来源:毕业论文

jQuery无法调用js函数
function luger_resize() {       。。。。。     } $(window).resize(luger_resize());
这样的话不能调用 为什么?
<html> <head>     <title></title>     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />     <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js" type="text/javascript"></script>     <script type="text/javascript">         function luger_resize() {             alert("卧槽,窗体大小变了呀!");         }         $(window).resize(             function(){                 luger_resize();             }         );         </script> </head> <body>     <div id="divM" style="width:100%;height:900px;" >     </div> </body> </html>

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。