+1
What is different between js & j query
3/12/2017 5:41:45 PM
2 Answers
+2
js - programming language, Jquery - framework(library)
javascript is the base language, jquery is a framework (a component) to the base language, for complementing it with the desired needs.
Send us a message