jquery is not an mvc framework. jquery is a programmatic idea, which needs to use specific codes to express where, what to do, and how to implement it; while mvc is a declarative idea, and you only need to declare where and what to do, without caring about how to implement it.
The operating environment of this tutorial: windows7 system, jquery1.10.2 version, Dell G3 computer.
jquery is not an mvc framework.
The difference between jquery and mvc frameworks
1.jq is a programming idea. Consider binding assignments of who does what, how to render, etc.
2. MVC declarative thinking. Only care about data processing and don’t consider other things.
For more programming-related knowledge, please visit: Programming Video ! !
The above is the detailed content of Is jquery mvc?. For more information, please follow other related articles on the PHP Chinese website!