May 2017
Intermediate to advanced
448 pages
10h 10m
English
|
Ajax method |
Description |
|
.serialize() |
Encodes the values of a set of form controls into a query string. |
|
.serializeArray() |
Encodes the values of a set of form controls into a JavaScript data structure. |
|
$.param(obj) |
Encodes an arbitrary object of key-value pairs into a query string. |
|
$.globalEval(code) |
Evaluates the given JavaScript string in the global context. |
|
$.parseJSON(json) |
Converts the given JSON string into a JavaScript object. |
|
$.parseXML(xml) |
Converts the given XML string into an XML document. |
|
$.parseHTML(html) |
Converts the given HTML string into a set of DOM elements. |
Read now
Unlock full access