I have simplified my page and here what I have:
&l
Even if I don't know, what you need your entire ... construct for, in any case you should put your script into a ready() block, so that it executes when the page is loaded: $(document).ready(function(){ $('div').click(function(){ return false; }); }); 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
... construct for, in any case you should put your script into a ready() block, so that it executes when the page is loaded: $(document).ready(function(){ $('div').click(function(){ return false; }); }); 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
$(document).ready(function(){ $('div').click(function(){ return false; }); });