I was under the impression that jQuery is JavaScript Framework, but when am searching for AJAX Framework it appears that jQuery is also being suggested as best AJAX Framework.
Reference: Best Ajax Framework
My Question:
- What is Ajax Framework and how it is different from JavaScript Framework like jQuery ?
- What are best known Ajax Framework ?
- What are best known JavaScript Framework ?
AJAX is a way to asynchronously communicate with a server using Javascript. jQuery provides functions to help you do AJAX things, so it’s an AJAX framework, but it also provides other Javascript tools, so it’s a general Javascript framework too.
“Best” rather depends on what you want the framework to do; I happen to like jQuery for both