Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
JavaScript
12.2K+ articles
HTML
5.8K+ articles
JQuery
4.9K+ articles
HTML-Questions
1.1K+ articles
jQuery-UI
564+ articles
HTML-Tags
537+ articles
jQuery-Questions
477+ articles
jQuery-Events
39+ articles
jQuery-Methods
431+ posts
Recent Articles
Popular Articles
How to find all selected options of HTML select tag ?
Last Updated: 25 July 2024
In this article, we will learn how to find all selected options of the HTML select tag. This might be needed in cases where you might have been given some multiple choice-...
read more
Picked
HTML
Geeks-Premier-League-2022
HTML-Tags
jQuery-Methods
HTML-Questions
jQuery-Questions
Difference between the “nth-child()” and “nth-of-type()” selectors in jQuery
Last Updated: 11 April 2022
In this article, we will discuss all the differences between nth-child() and nth-of-type() selectors in jQuery.nth-child() Selector: This selector is used to match the ele...
read more
Difference Between
Web Technologies
Picked
JQuery
Geeks Premier League
Geeks-Premier-League-2022
jQuery-Methods
jQuery-Questions
Web Technologies - Difference Between
How to write a browser-specific code using jQuery ?
Last Updated: 23 March 2022
In this article, we will see how to write browser-specific code using jQuery. To write the browser-specific code, we will use the Navigator userAgent property and jQuery i...
read more
Web Technologies
Picked
JQuery
Geeks Premier League
Geeks-Premier-League-2022
jQuery-Methods
jQuery-Questions
What is the difference between eq() and get() methods in jQuery ?
Last Updated: 10 August 2022
In this article, we will discuss all the differences between eq() and get() methods in jQuery. eq() Method: This method is used to locate the selected elements directly an...
read more
Difference Between
Web Technologies
Picked
JQuery
Geeks Premier League
Geeks-Premier-League-2022
jQuery-Methods
jQuery-Questions
Web Technologies - Difference Between
What is the use of delegate() method in jQuery ?
Last Updated: 29 March 2022
jQuery is an open-source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Object Model (DOM), and JavaScrip...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery-Questions
How to use moment.js to change date format in jQuery ?
Last Updated: 24 September 2024
Using Moment.js to change date format in jQuery involves importing the Moment.js library and utilizing its functions to parse, manipulate, and format dates. You can easily...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery-Questions
How to make a JSON call using jQuery ?
Last Updated: 26 July 2022
Use the getJSON() function in jQuery to load JSON data. The getJSON() function uses a GET HTTP request to retrieve JSON-encoded data from the server. In this article, we w...
read more
Web Technologies
Picked
JQuery
CSS-Properties
jQuery-Methods
HTML-Questions
CSS-Questions
jQuery-Questions
How jQuery stores data related to an element ?
Last Updated: 26 July 2024
jQuery is an open-source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Object Model (DOM), and JavaScrip...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
HTML-Questions
jQuery-Questions
Which parameters are being used for the jQuery Ajax method ?
Last Updated: 19 July 2022
In this article, we will see the parameters that are used in the jQuery Ajax method along with understanding their implementations through the illustrations.The ajax() met...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery-Questions
How to create an eye catchy Multiselect in jQuery ?
Last Updated: 31 July 2024
In this article, we will create an eye catchy multi-select in jQuery. It is a selection menu in which we can select multiple values at the same time. For example, choosing...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
HTML-Questions
jQuery-Questions
How to check an element contains specific class in jQuery ?
Last Updated: 29 July 2024
In this article, we will see how to check if an element contains a specific class using jQuery. The Jquery function called hasClass() function will be used, which will ret...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
HTML-Questions
jQuery-Questions
How to use Method Chaining in jQuery ?
Last Updated: 23 July 2024
jQuery is an open-source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Object Model (DOM), and JavaScrip...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery-Questions
Explain the common methods of sending request to a server in jQuery
Last Updated: 28 April 2025
In this article, we will see the common methods of sending requests to a server by using the jQuery library. jQuery is an open-source JavaScript library jQuery simplifies ...
read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery-Questions
How to change href attribute of a hyperlink using jQuery ?
Last Updated: 12 September 2024
Changing the href attribute of a hyperlink using jQuery refers to the process of modifying the URL a link directs to without altering the HTML manually. This capability is...
read more
HTML
jQuery-Methods
HTML-Questions
jQuery-Questions
Linkify jQuery
Last Updated: 28 April 2025
Linkify jQuery is a plugin for the jQuery library that automatically detects and converts plain text URLs and email addresses into clickable links. It is used to make URLs...
read more
Web Technologies
JQuery
jQuery-Methods
1
2
3
4
...
29
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 !