JQUERY AJAX请求
摘要:
<scriptsrc="js/jquery-1.2.6.js"type="text/javascript"></script><scripttype="text/javascript">functionGetMsg(){$.ajax({url:"GetMessage.aspx?SID="+Math.random(),success:function(msg){$("#ShowMessagePanel").html(msg);}});}$(document).r 阅读全文
posted @ 2012-08-02 22:10 justinchinawz 阅读(136) 评论(0) 推荐(0)