本文介绍了是jQuery的JavaScript库或框架?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这里,jquery在框架类别中提到:
以及我同意的内容。

框架通常会强制执行解决方案的某种方式,而jQuery只是一个工具,用于实现您想要执行的任务。


Here, jquery is mentioned under framework category:http://en.wikipedia.org/wiki/Comparison_of_JavaScript_frameworks

Is jquery a javascript library or framework?

解决方案

A library. According to the homepage, and which I agree with.

A framework is something that usually forces a certain way of implementing a solution, whereas jQuery is just a tool to make implementing what you want to do easier.

这篇关于是jQuery的JavaScript库或框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-04 21:53