Category: Helper Functions

Category: Helper Functions

These functions assist with common idioms encountered when performing Ajax tasks.

jQuery.param()

Create a serialized representation of an array, a plain object, or a jQuery object suitable for use in a URL query string or Ajax request. In case a jQuery object is passed, it should contain input elements with name/value properties.

.serialize()

Encode a set of form elements as a string for submission.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquery.com/category/ajax/helper-functions

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部