The Selectors and Their use in jQuery



  • jQuery Selector is a function which makes use of expressions to find out matching elements from a DOM based on the given criteria. Simply you can say,selectors are used to select one or more HTML elements using jQuery.
  • The jQuery selector enables you to find DOM elements in your web page. Most of the times you will start with selector function $() in the jQuery.
  • The selector expression parameter specifies a pattern to match the elements. The jQuery uses CSS selector patterns as well as its own pattern to match the elements.

Comments

Popular posts from this blog

Discuss the key features of Object Oriented Programming

Differentiate the three models of VCSs, stating their pros and cons

The Features Provided by jQuery