Is jQuery a framework or a library?

I think jQuery is not a framework. It is a javascript library. And jQuery is a single library.
Frameworks contain key distinguishing features that separate them from normal libraries:
  1. inversion of control - In a framework, unlike in libraries or normal user applications, the overall program's flow of control is not dictated by the caller, but by the framework.

So, I think it's not a framework.

Comments

Popular posts from this blog

Differences of Web Applications and Web Services

Tools to maintain the code quality.

Discuss the difference between procedural programming and functional programming