jQuery实现简单的ajax

 

 

$.ajax({

type:”GET”,

data:”userName=myData”,

url:”Destination.aspx”,

dataType:”html”,

success:function(msg){

$(‘show’).html(msg);

}

 

});

posted @ 2010-04-01 15:29  迅捷网络[来送福利]  阅读(199)  评论(0编辑  收藏  举报