Jquery加載頁面的方法(頁面加載完成就執行)

一、$(function(){   $("#a").click(function(){     //adding your code here   }); }); 二、$(document).ready(function(){   $("#a").click(function(){     //adding your code here     }); }); 三、window.onload =
相關文章
相關標籤/搜索