jquery加载页面的方法(页面加载完成就执行),建议大家看下windows.onload与$(document).ready之间的区别. 1.$(function(){ $("#a").click(function(){ //adding your code here }); }); 2.$(document).ready(function(){ $("#a").click(function(){ //adding your code here }); });
jquery加载页面的方法(页面加载完成就执行),建议大家看下windows.onload与$(document).ready之间的区别. 1.$(function(){ $("#a").click(function(){ //adding your code here }); }); 2.$(document).ready(function(){ $("#a").click(function(){ //adding your code here })
FireFox英文版本老弹出“Prevent this page from creating addtional dialogs”的确认框 FireFox english version alert “Prevent this page from creating addtional dialogs” to avoid the alert method: Copy the preference name= dom.successive_dialog_time_limit Open Firefo