jQuery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery multiple elements Selector

jQuery multiple elements Selector

 

 

We can select multiple elements with the help of element selector. For this purpose, we just have to separate each of them with a comma.

 

Syntax:-

 

Its syntax is $("element1,element2,element3,...");

 

Further Explanation:-

 

Parameter Description
element Required. Specifies the elements to be selected

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to jQuery