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

Execute some JavaScript code globally. This method behaves differently from using a normal JavaScript

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.extend()
  • References/JavaScript/jQuery/Utilities

Merge the contents of two or more objects together into the first object. When two or more object

2025-01-10 15:47:30
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.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.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.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.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.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