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

Parses a string into an array of DOM nodes. jQuery.parseHTML uses native methods to

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

A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's

2025-01-10 15:47:30
jQuery.browser
  • References/JavaScript/jQuery/Utilities

Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate

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

Check to see if an object is empty (contains no enumerable properties). As of jQuery 1.4 this method

2025-01-10 15:47:30
jQuery.support
  • References/JavaScript/jQuery/Utilities

A collection of properties that represent the presence of different browser features or bugs. Intended for jQuery's internal use; specific properties may be removed

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

Check to see if a DOM element is a descendant of another DOM element. The $.contains()

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

Merge the contents of two arrays together into the first array. The $.merge() operation

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

Determine if the argument passed is a JavaScript function object. Note: As of jQuery

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

Parses a string into an XML document. jQuery.parseXML uses the native parsing function

2025-01-10 15:47:30