What is jQuery selector?

jQuery selector allow us to select and manipulate HTML element(s). jQuery selectors enable us to “find” DOM element (HTML elements) based on their name, id, classes, type and much more. After selecting an elements we can perform various operation on that element. It is the most powerful feature of the jQuery. The jQuery selector always … Read more

What is JQuery?

jQuery is fast, lightweight and feature-rich JavaScript library. The purpose of jQuery is to “write less, do more” which make it easy to use JavaScript on our website. It takes a lot of common tasks that require many lines of JavaScript code to do. The lines are wrap into methods that we can call with … Read more