李炎恢老师jQuery视频教程

李炎恢老师jQuery视频教程

5 (51人评价)
  • 课时:(66)

  • 学员:(966)

  • 浏览:(41450)

  • 加入课程

29.[jQuery] 第13章 Ajax进阶[上]的笔记

相关课时: 笔记详情:

$.ajaxStart(function(){});

刚刚加载请求

$.ajaxStop(function(){});

请求结束完成

设置超时

$.ajax({

type:'POST',

url:'',

data:$('form').serialize(),

success:function(){

$('#box').html(response);

},

timeout:500

});

timeout:3000

0 0

你感兴趣的课程

11万+浏览/ 972学员/ 4.4评分
免费
7586浏览/ 0学员/ 0评分
¥199.00
6721浏览/ 2学员/ 0评分
¥99.00