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

An empty function. You can use this empty function when you wish to pass around a function that

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

Check to see if an object is a plain object (created using "{}" or "new Object"). Note:

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

Finds the elements of an array which satisfy a filter function. The original array is not affected. The

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

States if the current page, in the user's browser, is being rendered using the W3C

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

Search for a specified value within an array and return its index (or -1 if not found). The $

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

Merge the contents of an object onto the jQuery prototype to provide new jQuery instance methods. The

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

Return a number representing the current time. The $.now() method is a shorthand for

2025-01-10 15:47:30