Syntax of jQuery

Explore different syntactical elements of jQuery such as $, (selector), action(), and $(document).ready().

The syntax of jQuery allows easy selection and modification of elements on a web page. The three most important syntactical elements of jQuery are:

  • $
  • (selector)
  • action()

The resulting jQuery statement formed by the combination of these elements is:

Get hands-on with 1200+ tech skills courses.