标签:cti txt click ext loaded demo 事件 jquer .text
$("button").click(function(){
$("div").load(‘demo_ajax_load.txt‘);
});
$("img").load(function(){
$("div").text("Image loaded");
});标签:cti txt click ext loaded demo 事件 jquer .text
原文地址:http://www.cnblogs.com/jianxingjianyuan/p/6709661.html