jQuery Tutorial
jQuery Tutorial
Before getting started, here are few reasons why you should learn jquery :
1.jQuery is fast.
2.jQuery is a simple way of performing tasks which are accomplished using JavaScript.
3.jQuery is simple, easy to use and very easy to learn when compared to JavaScript.
4.jQuery has smaller codes unlike the lengthy ones in JavaScript.
jQuery is a simplified JavaScript library. The purpose of jQuery is to use JavaScript in a simple and light-weight way on your website. jQuery performs a bundle of tasks that require many lines of JavaScript code to execute and makes them into methods that you can call with one line of code.
jQuery is used for dynamic performance of a website.
For example :
You can fetch data from database without reloading your webpage.
Real life example :
On a Shopping site, When you increase the quantity of a product, the price changes as soon as you increase/decrease the quantity (without reloading the page). This can be achieved with jQuery.
Latest Posts
How to disable right click using jQuery ? How to disable submit button until form is filled in jquery How to disable or enable form submit button in jQuery ? How to reload a div without reloading the entire page? How to refresh or reload a page automatically in jQuery How to remove closest div element on click using jquery How to get the closest input value from clicked element with jQuery How to get closest data of table row using map function in jQuery How to get the closest table row data using jquery How to remove the div or element using jquery© Copyright - 2018 - 2022 | All rights reserved at Funda of Web IT