摘要: 概述: 通过远程HTTP POST请求载入信息 参数: url:发送请求地址 data:待发送Key/value值 callback:发送成功时回调函数 type:返回内容格式 xml html script json text _default 示例: 描述: 请求test.php页面 忽略返回值 阅读全文
posted @ 2016-09-18 15:10 霓裳梦竹 阅读(1363) 评论(0) 推荐(0)
摘要: $.get(url,[data],[fn],[type]) 概述 通过远程HTTP GET请求载入信息 参数 url:待载入页眉的URL地址 data:待发送key/value参数 callback:载入成功时回调函数 type:返回内容格式xml html script json text _de 阅读全文
posted @ 2016-09-18 14:54 霓裳梦竹 阅读(469) 评论(0) 推荐(0)