jQuery.isArray()
  • References/JavaScript/jQuery/Utilities

Determine whether the argument is an array. $.isArray() returns a Boolean indicating

2025-01-10 15:47:30
jQuery.type()
  • References/JavaScript/jQuery/Utilities

Determine the internal JavaScript [[Class]] of an object. A number of techniques are used to determine

2025-01-10 15:47:30
jQuery.isNumeric()
  • References/JavaScript/jQuery/Utilities

Determines whether its argument is a number. The $.isNumeric() method checks whether

2025-01-10 15:47:30
jQuery.map()
  • References/JavaScript/jQuery/Utilities

Translate all items in an array or object to new array of items. If you wish to process a jQuery

2025-01-10 15:47:30
jQuery.proxy()
  • References/JavaScript/jQuery/Utilities

Takes a function and returns a new one that will always have a particular context. This method is

2025-01-10 15:47:30
jQuery.makeArray()
  • References/JavaScript/jQuery/Utilities

Convert an array-like object into a true JavaScript array. Many methods, both in jQuery and in JavaScript

2025-01-10 15:47:30
jQuery.isWindow()
  • References/JavaScript/jQuery/Utilities

Determine whether the argument is a window. This is used in a number of places in jQuery to determine

2025-01-10 15:47:30
jQuery.unique()
  • References/JavaScript/jQuery/Utilities

Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.

2025-01-10 15:47:30
jQuery.parseJSON()
  • References/JavaScript/jQuery/Utilities

Takes a well-formed JSON string and returns the resulting JavaScript value. Passing in a malformed

2025-01-10 15:47:30
jQuery.isXMLDoc()
  • References/JavaScript/jQuery/Utilities

Check to see if a DOM node is within an XML document (or is an XML document).

2025-01-10 15:47:30