Tutorials
Courses
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
32.1K+ articles
DSA
19.9K+ articles
JavaScript
9.9K+ articles
JQuery
4.8K+ articles
JavaScript-Questions
2.1K+ articles
HTML-Questions
1.1K+ articles
CSS-Properties
772+ articles
HTML-Tags
537+ articles
jQuery-Methods
431+ articles
jQuery-Misc
276+ articles
jQuery-Questions
477+ posts
Recent Articles
Popular Articles
How to Toggle Between Two Classes in jQuery ?
Last Updated: 15 May 2023
In this article, we will see how to toggle between two classes in jQuery. To make the classes toggle, we will use toggleClass() method. The toggleClass() method is used to...
read more
Web Technologies
JQuery
jQuery-Questions
Create Array of Integers Between Two Numbers Inclusive in JavaScript/jQuery
Last Updated: 26 June 2023
There are multiple approaches for creating an array of all integers between two numbers, inclusive, in JavaScript/jQuery. Here are some of the common methods:Using loopUsi...
read more
Picked
JQuery
javascript-array
JavaScript-DSA
JavaScript-Questions
jQuery-Questions
How to Send FormData Objects with Ajax-requests in jQuery ?
Last Updated: 06 August 2024
In this article, we will see how can we send formData objects with Ajax requests by using jQuery. To send formData, we use two methods, namely, the FormData() method and t...
read more
Web Technologies
Picked
JQuery
jQuery-Questions
Is there an "exists" function for jQuery ?
Last Updated: 25 April 2024
jQuery, a popular JavaScript library, has greatly simplified web development tasks by providing a wide range of functions and utilities. When working with dynamic web appl...
read more
Web Technologies
Picked
JQuery
jQuery-Questions
How to Select and Manipulate CSS pseudo-elements using JavaScript / jQuery ?
Last Updated: 02 August 2023
In this article, we will learn how to select and manipulate CSS pseudo-elements using JavaScript (or jQuery). CSS pseudo-elements allow developers to style and enhance spe...
read more
Picked
JQuery
JavaScript-Questions
jQuery-Questions
How to change color of SVG image using CSS and jQuery ?
Last Updated: 17 October 2024
An SVG (Scalable Vector Graphics) image is a vector-based image format, scalable without loss of quality. To change its color using CSS or jQuery, you can target the SVG's...
read more
Picked
JQuery
CSS-Questions
jQuery-Questions
How to Disable Text Selection using jQuery?
Last Updated: 29 July 2024
In this article, we are going to learn how to disable text Selection using jQuery. Disabling text selection refers to preventing users from highlighting or selecting text ...
read more
Web Technologies
JQuery
jQuery-Questions
How to Create Page Loading Animation Effect using jQuery?
Last Updated: 26 July 2024
In this article, we are going to learn how to create page loading animation effect (Please Wait, Loading... animation) using jQuery, A "Please Wait, Loading..." animation ...
read more
Web Technologies
JQuery
jQuery-Questions
How to Create Instagram Like Button in jQuery ?
Last Updated: 24 October 2023
In this article, we will learn how to create an Instagram-like button using jQuery. An Instagram Like button is a user interface element that, when clicked, signifies appr...
read more
Web Technologies
JQuery
jQuery-Questions
How to Change Options of <select> with jQuery ?
Last Updated: 28 April 2025
In this article, we will see how we can change options of select with the help of jQuery. Here we have options in the select tag and we want to change it dynamically when ...
read more
Web Technologies
JQuery
jQuery-Questions
How to Center an Element in jQuery ?
Last Updated: 14 February 2024
Centering elements in a webpage is a common task for web developers, often involving CSS. However, certain scenarios might require dynamically centering elements using Jav...
read more
Web Technologies
Picked
JQuery
jQuery-Questions
How to Load an HTML File into Another File using jQuery?
Last Updated: 26 March 2024
Loading HTML files into other HTML files is a common practice in web development. It helps in reusing HTML components across different web pages. jQuery is a popular JavaS...
read more
Web Technologies
Picked
JQuery
jQuery-Questions
Age Range Validator using JQuery
Last Updated: 16 May 2024
The Age Range Validator, implemented using jQuery, ensures that users input an age within a specific range. It's handy for online platforms where access or participation d...
read more
Web Technologies
Picked
JQuery
jQuery-Questions
jQuery Examples
Last Updated: 16 June 2024
The following jQuery section contains a wide collection of jQuery examples. The examples are categorized based on the topics including Selectors, Event methods, Plugins, a...
read more
Web Technologies
JQuery
jQuery-Questions
How to Loop Through Array in jQuery?
Last Updated: 22 August 2024
jQuery offers various methods for looping through arrays, enabling operations like data transformation, filtering, and manipulation. Efficient array iteration is crucial f...
read more
Web Technologies
Picked
JQuery
jQuery-Questions
1
2
3
4
...
32
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 !