文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>jquery加载页面的方法

jquery加载页面的方法

时间:2011-06-14  来源:香飘飘2011

1、$(function(){   

  $("#a").click(function(){

    //adding your code here

  });

});

2、$(document).ready(function(){

  $("#a").click(function(){

    //adding your code here  

  });

});

3、window.onload = function(){

  $("#a").click(function(){

    //adding your code here

  });

}

html代码为<input type="button" id="a">点击</input>

相关阅读 更多 +
排行榜 更多 +
幻想农场2.0版

幻想农场2.0版

音乐节奏 下载
丧尸围城绝境求生2

丧尸围城绝境求生2

飞行射击 下载
木材大师

木材大师

休闲益智 下载