How jquery works internally? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How jquery works internally?

I want to create JavaScript library like jQuery. So I want to understand jQuery.

30th May 2021, 1:57 PM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
9 Answers
+ 1
Coder-Rohit[{(∞)}] You can go on jQuery official website and can see documentation.
30th May 2021, 2:12 PM
A͢J
A͢J - avatar
+ 2
Coder-Rohit[{(∞)}] If you type jQuery on Google then you will get first link of jQuery website.
30th May 2021, 2:27 PM
A͢J
A͢J - avatar
+ 1
Coder-Rohit[{(∞)}] Everything is given in documentation on their website. It works same like as you write JS code. jQuery library is written using JavaScript. If you go on their website and see the documentation, you will get everything.
30th May 2021, 2:40 PM
A͢J
A͢J - avatar
+ 1
🅰🅹 🅐🅝🅐🅝🅣 Ok, thank you! I have a question that did you know how jQuery works.
30th May 2021, 2:44 PM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
+ 1
Coder-Rohit[{(∞)}] Honestly I will say I think nobody know how jQuery internally works.
30th May 2021, 2:46 PM
A͢J
A͢J - avatar
0
🅰🅹 🅐🅝🅐🅝🅣 can u give the link. I didn't find the page for learning how jquery works.
30th May 2021, 2:17 PM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
0
🅰🅹 🅐🅝🅐🅝🅣 But I want to learn how jquery works, how to write code like jQuery and creating similar syntax
30th May 2021, 2:36 PM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
30th May 2021, 2:48 PM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
0
Coder-Rohit[{(∞)}] this article cover the root mechanics internally used by jQuery: https://www.codeproject.com/Articles/426013/How-jQuery-works
30th May 2021, 6:07 PM
visph
visph - avatar