0
Why we learn JQuery ?
7 Answers
+ 5
AR Tahsin
The purpose of jQuery is to make it much easier to use JavaScript on your website. jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code.
You can learn from here(website)...
https://www.w3schools.com/jquery/jquery_intro.asp#:~:text=%22%2C%20JavaScript%20library.-,The%20purpose%20of%20jQuery%20is%20to%20make%20it%20much%20easier,a%20single%20line%20of%20code
https://code.sololearn.com/WBqC8Ezu87En/?ref=app
GFG
https://www.geeksforgeeks.org/javascript/
MDN (JavaScript's official documentation)
https://developer.mozilla.org/en-US/docs/Web/JavaScript
for more information you can take...
1_Take online courses.
2_Watch video tutorials.
3_Read books and ebooks.
+ 6
It is advisable to conduct a search in the discussion section prior to posting your question, as there may be existing threads containing relevant information.
You may find it helpful to peruse older posts in the discussion section before submitting your inquiry.
https://www.sololearn.com/Discuss/2129074/?ref=app
https://www.sololearn.com/Discuss/2315553/?ref=apphttps://www.sololearn.com/Discuss/2586797/?ref=apphttps://www.sololearn.com/Discuss/2612855/?ref=apphttps://www.sololearn.com/Discuss/1240022/?ref=apphttps://www.sololearn.com/Discuss/1878158/?ref=app
+ 2
jQuery is a JavaScript library that makes it easier to manipulate HTML and CSS in web pages.
It provides an easy-to-use API that simplifies many common tasks such as manipulating the DOM, handling events, making AJAX requests, and creating animations.
While jQuery is still widely used, it has lost some of its popularity in recent years with the rise of modern JavaScript frameworks like React, Vue, and Angular. However, it can still be useful for smaller projects or for working with legacy code.
If you're interested in learning jQuery, there are many resources available online, some of my favourites are
W3Schools jQuery Tutorial: https://www.w3schools.com/jquery/
TutorialsPoint jQuery Tutorial: https://www.tutorialspoint.com/jquery/index.htm
jQuery Cheatsheet: https://oscarotero.com/jquery/
Hope this helps đâď¸
+ 1
Tŕ¸ktŕ¸kđ Thanks
+ 1
Learning jQuery has become more redundant in modern JavaScript, and learning React.js is now even more important.
0
Sadaam Linux Thanks