forked from subgraph/Vega
-
Notifications
You must be signed in to change notification settings - Fork 2
jQuery
David edited this page May 5, 2013
·
3 revisions
JQuery is included in the Vega API and can be invoked on a response.document if a DOM is extracted from the response body, e.g.:
if (response.document) {
var form = jQuery("form", response.document);
[..]
See modules such as vauthhttp.js or vautocomplete.js, which use jQuery to analyze DOM elements for various attributes.
Have feedback on Vega? Our documentation? Please tell us.