Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.2k+ articles
HTML
5.1k+ articles
JQuery
4.8k+ articles
HTML-Questions
1k+ articles
CSS-Properties
750+ articles
Web technologies
610+ articles
HTML-Tags
520+ articles
jQuery-Questions
460+ articles
jQuery-Methods
420+ articles
jQuery
25 articles
jQuery-Selectors
93 posts
Popular Articles
Recent Articles
How to select element by ID in jQuery ?
Last Updated: 11 September 2021
In this article, we are going to see how to select the element by its id using jQuery. To learn about this topic one should have prior knowl
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
jQuery-Questions
Blogathon
Blogathon-2021
How to change radio button state programmatically in jQuery ?
Last Updated: 25 July 2021
In this article, we will change the selected option of the radio button using jQuery. To select the value of the radio button we can set the
...read more
Web Technologies
Picked
HTML
jQuery-Selectors
JQuery
jQuery-Questions
How to loop through input elements in jQuery ?
Last Updated: 01 April 2021
In this article, we will learn how to loop through input elements and display their current values in jQuery. This can be done using two app
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
jQuery-Methods
jQuery-Questions
Similar Topics
Web Technologies
40.2k+ articles
HTML
5.1k+ articles
JQuery
4.8k+ articles
HTML-Questions
1k+ articles
CSS-Properties
750+ articles
Web technologies
610+ articles
HTML-Tags
520+ articles
jQuery-Questions
460+ articles
jQuery-Methods
420+ articles
jQuery
25+ articles
jQuery Selectors Complete Reference
Last Updated: 18 April 2025
jQuery selectors are used to select the HTML element(s) and allow you to manipulate the HTML element(s) in the way we want. It selects the H
...read more
Web Technologies
jQuery-Selectors
JQuery
How to detect and change the content/style of a div using jQuery ?
Last Updated: 05 November 2019
The changes to the html/text of a div can be detected using jQuery on() method. The on() is used to attach one or more event handlers for th
...read more
Web Technologies
Picked
jQuery-Selectors
jQuery-Misc
JQuery
How to select all on focus in input using JQuery?
Last Updated: 31 October 2019
The select() event is applied to an element using jQuery when the user makes a text selection inside an element or on focus the element. Thi
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
How to validate input field while focusout ?
Last Updated: 17 July 2019
The focusout() method in jQuery is used to remove the focus from the selected element. Now we will use focusout() method to validate the inp
...read more
Web Technologies
jQuery-Selectors
jQuery-Misc
JQuery
JQuery Multiple ID selectors
Last Updated: 11 July 2023
Given an HTML document and the task is to select the elements with different ID's at the same time using JQuery. Approach:Select the ID's
...read more
Web Technologies
jQuery-Selectors
JQuery
Not class selector in jQuery
Last Updated: 31 May 2019
Given a list of elements and the task is to not select a particular class using JQuery.jQuery :not() Selector: This selector selects all ele
...read more
Web Technologies
jQuery-Selectors
JQuery
jQuery :first-child Selector
Last Updated: 20 September 2024
The :first-child selector allows you to select the first child of its parent element which makes manipulating DOM elements efficient. In thi
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
jQuery :contains() Selector
Last Updated: 06 July 2023
The jQuery :contains() selector in jQuery is used to select elements containing the specified string.Syntax:$(":contains(text)")Parameters:
...read more
Web Technologies
jQuery-Selectors
JQuery
jQuery :radio Selector
Last Updated: 10 July 2023
The jQuery :radio Selector is used to select all elements of type radio. The working of $( “:radio” ) and $( “[type=radio]” ) is sam
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
jQuery #id Selector
Last Updated: 06 July 2023
jQuery is an open-source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Ob
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
jQuery * Selector
Last Updated: 01 April 2024
The jQuery * selector selects all the elements in the document, including HTML, body, and head. If the * selector is used together with anot
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
jQuery multiple classes Selector
Last Updated: 17 November 2022
The jQuery multiple class selector is used to select multiple classes of an HTML document.Syntax:$(".class1, .class2, .class3, ...")Paramete
...read more
Web Technologies
Picked
jQuery-Selectors
JQuery
1
2
3
4
5
6
7
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !