.resize()
  • References/JavaScript/jQuery/Events

Bind an event handler to the "resize" JavaScript event, or trigger that event on an element. This

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

Perform an asynchronous HTTP (Ajax) request. The $.ajax() function underlies all Ajax

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

Get the children of each element in the set of matched elements, including text and comment nodes. Given

2025-01-10 15:47:30
:header selector
  • References/JavaScript/jQuery/Selectors

Selects all elements that are headers, like h1, h2, h3 and so on. Because :header

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

Execute all handlers and behaviors attached to the matched elements for the given event type. Any

2025-01-10 15:47:30
event.type
  • References/JavaScript/jQuery/Events

Describes the nature of the event. event.type

2025-01-10 15:47:30
:odd selector
  • References/JavaScript/jQuery/Selectors

Selects odd elements, zero-indexed. See also even.

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

Load a JavaScript file from the server using a GET HTTP request, then execute it. This is a shorthand

2025-01-10 15:47:30