1、$.ajax(option)
option常用属性
1)、method //"GET"或“POST”
2)、url //提交路径
3)、async //是否异步操作,默认是true
4)、data //提交的数据,json对象
5)、dataType //服务器返回数据的类型,"xml","string","json"
6)、success //调用成功的回调函数
7)、error //发生错误的回调函数
1、$.ajax(option)
option常用属性
1)、method //"GET"或“POST”
2)、url //提交路径
3)、async //是否异步操作,默认是true
4)、data //提交的数据,json对象
5)、dataType //服务器返回数据的类型,"xml","string","json"
6)、success //调用成功的回调函数
7)、error //发生错误的回调函数