Implementing jQuery.ajax() using Jquery
What is JQuery Ajax? AJAX is standing for Asynchronous JavaScript and XML. It helps us to fetch the information from the server without reloading the page (ie., without refresh). JQuery is a great tool which provides a
jQuery Events Handling
What is Event? Events are actions that can be used in the application. The events can be bind using jquery methods like .on, .bind,etc.,. Below are the few examples for events Mouse click Mouse over on
jQuery DOM Traversing
JQuery is a powerful framework which provides very flexible DOM traversal methods to help us by selecting the elements. We can select the element by two ways namely random and sequential method. In simple word,
What is Attribute? How to get Attribute from HTML Element?
What is Attribute in JQuery? All HTML elements have attributes. It provides additional information about an element. Let us see some example of attributes below. class Name id title name src style Consider the HTML
How to use Selectors in JQuery
What is Selectors? A jQuery Selector is a jquery function which uses expressions to find the given/matching elements inside the DOM object. We have already had details about selectors here. So i am going to starting
Features of JQuery
Main Focus of jQuery? A jQuery is a fast and concise JavaScript Library. jQuery simplifies HTML document traversing and other operations like Ajax interaction, event handling, and animation. It is designed to write less code
What is $ in Jquery?
What is $ ? In jQuery, $ is an alias for jQuery. From the above statement we can able to understand, function are available without using $. If you need to use another JavaScript library
Jquery Selectors
What is Selector?? As a name implies, selectors allow us to select the elements/properties like div, span., to performing actions on it. What is use of it ?? A Selector identifies an HTML tag/element by using