码迷,mamicode.com
首页 > Web开发 > 详细

jQuery与Ajax的应用

时间:2014-08-06 22:50:02      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:style   http   color   os   html   amp   htm   应用   

XMLHttpRequest对象 XHR

Ajax核心XMLHttpRequest对象:

xhr.open("get/post","example.txt",false);

xhr.send(null);

 http://dev.yesky.com/91/2687091.shtml

jQuery对Ajax进行了封装:

$.ajax();

$.get()和$.post();

$.getScript()和$.getJSON();

jQuery与Ajax的应用,布布扣,bubuko.com

jQuery与Ajax的应用

标签:style   http   color   os   html   amp   htm   应用   

原文地址:http://www.cnblogs.com/xiao-hei/p/3895776.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!