世间自有公道,付出总有回报,说到不如做到,要做就做好,步步高!
疯狂秀才 QQ:1055818239
jQuery.Easy-UI QQ讨论群:36534121(超级)、 112044258(Full)、88504640、32994605、56271061
posts - 93,  comments - 481,  trackbacks - 1
08 2010 档案
jQuery 判断给定的网址是否有效
摘要: $(document).ready(function() { $.ajax({ type: "Get", url: "http://www.baidu.com/", complete: function(XHR, TS) { alert(TS); } });});阅读全文
posted @ 2010-08-27 10:11 疯狂秀才 阅读(414) | 评论 (1) 编辑