Home >Web Front-end >Front-end Q&A >Is jquery mvc?

Is jquery mvc?

青灯夜游
青灯夜游Original
2021-11-12 17:56:072843browse

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.

Is jquery mvc?

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.

Is jquery mvc?

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn