Go to my github
摘要: jQuery.get(url,[data],[callback]) 通过远程 HTTP GET 请求载入信息。 这是一个简单的 GET 请求功能以取代复杂 $.ajax 。请求成功时可调用回调函数。如果需要在出错时执行函数,请使用 $.ajax。 Load a remote page using an HTTP GET request. This is an easy way to send a simple GET request to a server without having to use the more complex $.ajax function. It a... 阅读全文
posted @ 2011-08-30 16:54 峡谷少爷 阅读(8276) 评论(1) 推荐(0) 编辑