0

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

2 Answers 2

1

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)

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you bdy. I really appreciate. Now it is better than regular definitions.
Just one more confusion which one to use for web animation ?
0

In one liners

  1. JS is scripting language used by most of the browsers and Nodejs
  2. JQuery is a framework/library(more appropriate) for JS
  3. AJAX is a browser implementation to send HTTP request in background

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.