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

Remove the whitespace from the beginning and end of a string. The $.trim() function

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