Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JQuery
4.8K+ articles
jQuery-Methods
431+ articles
jQuery-Misc
276+ articles
jQuery-Events
39+ articles
jQuery-Propertie
25 posts
Recent Articles
Popular Articles
What are the properties of XMLHttpRequest ?
Last Updated: 23 July 2025
In this article, we will see what is XMLHttpRequest Object, along with knowing their properties with their implementation through the illustrations.XMLHTTPRequest object i...
read more
Web Technologies
Picked
JQuery
jQuery-Propertie
jQuery-Questions
How to disable jQuery animation ?
Last Updated: 23 July 2025
In this article, we will see how to disable the animation effect using jQuery. To disable the animation effect, we use jQuery.fx.off property.The jQuery.fx.off property is...
read more
Web Technologies
Picked
JQuery
jQuery-Propertie
jQuery-Questions
How to make jQuery throw an error when it doesn't match an element ?
Last Updated: 23 July 2025
In this article, we will learn how to make a jQuery throw error when it does not match an element.Approach: To do this task we create a function and check if the given ele...
read more
Web Technologies
Picked
JQuery
jQuery-Propertie
jQuery-Questions
jQuery Properties Complete Reference
Last Updated: 23 July 2025
jQuery properties are used to do some specific operations.Syntax$().PropertyExample: This example uses jQuery.fx.off property to disable the animationHTML!DOCTYPE htmlhtml...
read more
Web Technologies
JQuery
jQuery-Propertie
jQuery Event Methods Complete Reference
Last Updated: 23 July 2025
An event refers to the actions performed by the site visitor during their interactivity with the website (or webpage). There can be various types of events such asThe user...
read more
Web Technologies
JQuery
jQuery-Events
jQuery-Propertie
jQuery-Methods
jQuery UI Datepicker beforeShowDay Option
Last Updated: 12 July 2025
The jQuery UI beforeShowDay is an option in Datepicker. By using this option we can call any function by using each day. This is executed before showing the calendar. We d...
read more
JQuery
jQuery-Misc
jQuery-Propertie
jQuery UI | Slider
Last Updated: 31 October 2019
The slider function in Jquery UI can be used to select numeric data as an input from the user. Slider has many applications on a webpage like using it for volume control, ...
read more
JQuery
jQuery-Misc
jQuery-Propertie
jQuery event.data Property
Last Updated: 11 July 2025
jQuery event.data property is used to contain the optional data which is passed to an event method. The data is passed when the currently executing handler is bound. Synta...
read more
Web Technologies
Picked
JQuery
jQuery-Events
jQuery-Propertie
jQuery context Property
Last Updated: 11 July 2023
The DOM node context contains the original passed to jQuery(), Which is a dom node context if there is no node passed then the context will be the document. Syntax:contex...
read more
Picked
JQuery
jQuery-Propertie
jQuery jquery Property
Last Updated: 11 July 2023
The jquery property is used to return the jQuery version number. Syntax$().jqueryExample: Return the version number. html !DOCTYPE htmlhtmlhead style ...
read more
Web Technologies
Picked
JQuery
jQuery-Propertie
jQuery event.currentTarget Property
Last Updated: 11 July 2025
jQuery event.currentTarget property is used to return the current DOM element within the event bubbling phase. The event.currentTarget is typically equal to "this". Syntax...
read more
Web Technologies
Picked
JQuery
jQuery-Events
jQuery-Propertie
jQuery event.delegateTarget Property
Last Updated: 11 July 2025
jQuery event.delegateTarget property is used to return the element where the currently-called jQuery event handler was attached. Syntax:event.delegateTargetParameters:even...
read more
Web Technologies
Picked
JQuery
jQuery-Selectors
jQuery-Propertie
jQuery jQuery.support Property
Last Updated: 11 July 2023
The jQuery.support property in jQuery contains a collection of properties that are used to represent the different browser features or bugs. Syntax:jQuery.support.propval...
read more
Web Technologies
JQuery
jQuery-Propertie
jQuery event.namespace Property
Last Updated: 11 July 2025
The jQuery event.namespace property is used to return the custom namespace whenever the event is triggered. It is used to handle tasks differently depending on the namespa...
read more
Web Technologies
Picked
JQuery
jQuery-Events
jQuery-Propertie
jQuery jQuery.fx.off Property
Last Updated: 11 July 2023
The jQuery.fx.off property in jQuery is used to globally disable/enable all animations. Its default value is false which is used to allow animation to run normally. Synta...
read more
Web Technologies
JQuery
jQuery-Propertie
1
2