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.3k+ articles
JavaScript
11.5k+ articles
HTML
5.1k+ articles
JQuery
4.8k+ articles
HTML-Questions
1k+ articles
CSS-Properties
750+ articles
jQuery-UI
550+ articles
HTML-Tags
520+ articles
jQuery-Questions
460+ articles
jQuery-Events
39 articles
jQuery-Methods
420+ posts
Popular Articles
Recent Articles
How to submit a form using ajax in jQuery ?
Last Updated: 20 September 2024
Submitting a form using AJAX in jQuery allows sending form data to a server asynchronously without reloading the page. This method improves
...read more
Web Technologies
Picked
HTML
jQuery-AJAX
JQuery
jQuery-Methods
HTML-Questions
jQuery-Questions
Difference between $(this) and 'this' in jQuery
Last Updated: 15 December 2022
In this article, we will learn the difference between this and $(this) in jQuery.this keyword: In JavaScript, this keyword is used to refer
...read more
Web Technologies
Picked
JQuery
jQuery-Methods
JavaScript-Questions
jQuery-Questions
How to replace HTML element in jQuery ?
Last Updated: 24 September 2024
Replacing an HTML element in jQuery involves selecting an existing element on a webpage and replacing it with new content or another element
...read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery-Questions
Similar Topics
Web Technologies
40.3k+ articles
JavaScript
11.5k+ articles
HTML
5.1k+ articles
JQuery
4.8k+ articles
HTML-Questions
1k+ articles
CSS-Properties
750+ articles
jQuery-UI
550+ articles
HTML-Tags
520+ articles
jQuery-Questions
460+ articles
jQuery-Events
39+ articles
How to use Anchor tag as submit button ?
Last Updated: 07 April 2021
The a (anchor tag) in HTML is used to create a hyperlink on the webpage. This hyperlink is used to link the webpage to other web pages. It�
...read more
Web Technologies
Picked
PHP-MySQL
HTML-Tags
HTML
JQuery
jQuery-Methods
How to Change the Placeholder Text using jQuery?
Last Updated: 23 September 2024
We can change the placeholder Text of an input element using the attr() attribute and placeholder property of jQuery. We will create a butto
...read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery ajax() Method
Last Updated: 17 September 2024
The jQuery ajax() method is used to perform asynchronous HTTP requests, allowing you to load data from a server without reloading the webpag
...read more
Web Technologies
Picked
jQuery-AJAX
JQuery
jQuery-Methods
jQuery getJSON() Method
Last Updated: 12 July 2023
In this article, we will learn about the getJSON() method in jQuery, along with understanding their implementation through the example. jQue
...read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery attr() Method
Last Updated: 27 October 2022
The attr() method in jQuery is used to set or return the attributes and values of the selected elements.Syntax:To return the value of an att
...read more
Web Technologies
Picked
JQuery
jQuery-Methods
jQuery removeAttr() Method
Last Updated: 12 September 2024
The jQuery removeAttr() method is used to remove an attribute from the selected HTML elements. It takes the attribute name as an argument an
...read more
Web Technologies
JQuery
jQuery-Methods
jQuery focus() Method
Last Updated: 12 September 2024
The jQuery focus() method is used to set the focus on a specified element, such as an input field or textarea. It triggers the browser's foc
...read more
Web Technologies
JavaScript
jQuery-Events
JQuery
jQuery-Methods
jQuery click() Method
Last Updated: 11 January 2024
jQuery click() is an inbuilt method that starts the click event or attaches a function to run when a click event occurs. Syntax:$(selector)
...read more
Web Technologies
JQuery
jQuery-Methods
jQuery change() Method
Last Updated: 20 September 2024
The jQuery change() method is used to detect changes in the value of form elements like input, select, or textarea. It triggers a specified
...read more
Web Technologies
JQuery
jQuery-Methods
jQuery closest() Method
Last Updated: 07 July 2023
The closest() is an inbuilt method in jQuery that returns the first ancestor of the selected element in the DOM tree. This method traverses
...read more
Web Technologies
JQuery
jQuery-Methods
jQuery children() Method
Last Updated: 14 December 2023
jQuery children() method is used to find all the child elements of the selected element. This children() method in jQuery traverses down to
...read more
Web Technologies
JQuery
jQuery-Methods
jQuery parent() & parents() Method
Last Updated: 12 August 2024
The parent() and parents() methods in jQuery are used for traversing the DOM to find parent elements. The parent() method returns the immedi
...read more
Web Technologies
JQuery
jQuery-Methods
1
2
3
4
5
6
7
8
>>
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 !