Guys I am just a beginner at javascript. I am really confused in between JavaScript, JQuery and AJAX. A little help will be appreciated. Thank You!
2 Answers
Javascript is a core technologies of World Wide Web content production. Jquery is a library built using Javascript to simplify your coding. Ajax is a request made to a server asynchronously without reloading a page.(ajax can be implemented using both jquery and javascript)
2 Comments
Aizaz hussain
Thank you bdy. I really appreciate. Now it is better than regular definitions.
Aizaz hussain
Just one more confusion which one to use for web animation ?