[TOC]
## $.ajax
[[jQ官方-ajax](https://api.jquery.com/jQuery.ajax)]
[[jQ官方-Category ajax](https://api.jquery.com/category/ajax/)]
## jqXHR (jQuery XMLHttpRequest object)
[[jQ官方-jqXHR](http://api.jquery.com/Types/#jqXHR)]
## jQuery.post()
Load data from the server using a HTTP POST request.
* **语法**:
jQuery.post( url [, data ] [, success ] [, dataType ] )
* **Returns** : `jqXHR`
## jQuery.get()
Load data from the server using a HTTP GET request.
* **语法**:
jQuery.get( url [, data ] [, success ] [, dataType ] )
* **Returns** : `jqXHR`
## .load()
Load data from the server and place the returned HTML into the matched element.
* **语法**:
.load( url [, data ] [, complete ] )
* **Returns** :`jQuery`
## .serialize()
Encode a set of form elements as a string for submission.
## serializeArray()
Encode a set of form elements as an array of names and values.
## $.when().then()
~~~js
$.when(
ajaxFn1,
ajaxFn2,
...
ajaxFnN
).then(
successFn(res1,res2,...,resN){
......
},
failFn(){
......
}
);
~~~
- WebAPP
- Linux Command
- 入门
- 处理文件
- 查找文件单词
- 环境
- 联网
- Linux
- Linux目录配置标准:FHS
- Linux文件与目录管理
- Linux账号管理与ACL权限设置
- Linux系统资源查看
- 软件包管理
- Bash
- Daemon/Systemd
- ftp
- Apache
- MySQL
- Command
- Replication
- mysqld
- remote access
- remark
- 限制
- PHP
- String
- Array
- Function
- Class
- File
- JAVA
- Protocals
- http
- mqtt
- IDE
- phpDesigner
- eclipse
- vscode
- Notepad++
- WebAPI
- Javasript
- DOM
- BOM
- Event
- Class
- Module
- Ajax
- Fetch
- Promise
- async/await
- Statements and declarations
- Function
- Framwork
- jQurey
- Types
- Promise
- BootStrap
- v4
- ThinkPHP5
- install
- 定时任务
- CodeIgniter
- React.js
- node.js
- npm
- npm-commands
- npm-folder
- package.json
- Docker and private modules
- module
- webpack.js
- install
- configuration
- package.json
- entry
- modules
- plugins
- Code Splitting
- loaders
- libs
- API
- webpack-cli
- Vue.js
- install
- Compile
- VueAPI
- vuex
- vue-router
- vue-devtools
- vue-cli
- vue-loader
- VDOM
- vue-instance
- components
- template
- Single-File Components
- props
- data
- methods
- computed
- watch
- Event-handling
- Render Func
- remark
- 案例学习
- bootstrap-vue
- modal
- fontAwesome
- Hosting Font Awesome Yourself
- using with jquery
- using with Vue.js
- HTML
- CSS
- plugins
- Chart.js
- D3.js
- phpSpreadSheet
- Guzzle
- Cmder
- Git
- git命令
- git流程
- Postman
- Markdown
- Regular Expressions
- PowerDesigner
- 附录1-学习资源