About Functions

  • “In computer science, a subroutine (also known as a procedure, function, routine, method, or subprogram) is a portion of code within a larger program that performs a specific task and is relatively independent of the remaining code.” – Source: Wikipedia
  • Functions can be recognized by parentheses, for example jQuery() and ready()

Some common jQuery functions

This page lists some commonly used jQuery functions, organized by category.

Ajax

Attributes

CSS

Document Object Model (DOM)

Events

Effects

  • .animate()
  • .hide()
  • .fadeIn()
  • .fadeOut()
  • .show()
  • .slideDown()
  • .slideUp()
  • .toggle()
  • See jQuery API: Effects

Traversing

jQuery API

  • See jQuery API for a comprehensive reference to all functions.