jQuery API

DOM Element Methods

  • .get()

    Retrieve the DOM elements matched by the jQuery object.

  • .index()

    Search for a given element from among the matched elements.

  • .size()

    Return the number of DOM elements matched by the jQuery object.

  • .toArray()

    Retrieve all the DOM elements contained in the jQuery set, as an array.

Time to cache: 0.07575