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  异地远程联网技术  阅读(208)  评论(0)    收藏  举报