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 id Selector

jQuery #id Selector

 

 

The #id selector is used to select elements with the specific id. The id refers to the id attribute of an HTML element. The id attribute must be unique in the whole document.

 

Syntax:-

 

Its syntax is:- $("#id");

 

Further Explanation:-

 

Parameter Description
id Required. Specifies the id of the element to select

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to Jquery