码迷,mamicode.com
首页 > 其他好文 > 详细

load() 方法

时间:2017-04-14 17:12:27      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:cti   txt   click   ext   loaded   demo   事件   jquer   .text   

jQuery ajax - load() 方法

$("button").click(function(){
  $("div").load(‘demo_ajax_load.txt‘);
});

jQuery 事件 - load() 方法

$("img").load(function(){
  $("div").text("Image loaded");
});

load() 方法

标签:cti   txt   click   ext   loaded   demo   事件   jquer   .text   

原文地址:http://www.cnblogs.com/jianxingjianyuan/p/6709661.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!