I am new to coding websites with HTML, CSS, and Javascript. I used W3 schools recently to learn more in depth and have started coding my portfolio. But then noticed jquery tutorials and they didnt mention this.
Asked
Active
Viewed 87 times
-5
-
jquery is an library for javascript – Emtiaz Zahid Nov 07 '18 at 03:09
-
2Thank you for the answer. Also for being downvoted I'll make sure to properly ask or thoroughly search better next time – Michael Nov 07 '18 at 03:12
1 Answers
1
As you can see on their own web:
"What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers."
Is not a replacement, it's like a bunch of functions already implemented.
I hope this was usefull for you!

Gerard CL
- 11
- 2