What is the best lightweight JavaScript framework?(最好的轻量级 JavaScript 框架是什么?)
问题描述
我正在寻找一个轻量级的 JavaScript 框架,其主要目的是抽象出浏览器的差异.我主要使用它来创建新的 UI 元素,除了能够为我提供独立于平台的语言和 DOM 的东西之外,我不需要太多东西.
I'm looking for a lightweight JavaScript framework whose primary purpose is to abstract out browser differences. I are primarily using it to create new UI elements, and I don't need much other than something that gives me a platform independent language and DOM.
推荐答案
我目前使用的 JS 库有 3 个:Prototype、jQuery 和 MooTools.Prototype 和 jQuery 是使用最广泛的.jQuery 和 MooTools 是最轻量级的.
There are 3 JS libraries that I currently use: Prototype, jQuery and MooTools. Prototype and jQuery are the most widely used. jQuery and MooTools are the most lightweight.
MooTools 在他们的网站上有一个很好的功能,它允许您构建一个自定义的压缩 .js 文件,其中只包含您需要的模块,根据您正在做的事情制作最轻量级的文件.jQuery 拥有更高的粉丝群,并因此获得更好的支持.
MooTools has a nice feature on their site that allows you to build a custom compressed .js file with only the modules you need, making the lightest, depending on what you're doing. jQuery has a much higher fan base, and better support because of it.
在这 3 个中,我推荐 jQuery,但看看所有可用的选项可能不是一个坏主意.
Of the 3, I'd recommend jQuery, but it's probably not a bad idea to take a look at all the options available.
这篇关于最好的轻量级 JavaScript 框架是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:最好的轻量级 JavaScript 框架是什么?


- 失败的 Canvas 360 jquery 插件 2022-01-01
- addEventListener 在 IE 11 中不起作用 2022-01-01
- 400或500级别的HTTP响应 2022-01-01
- Flexslider 箭头未正确显示 2022-01-01
- Quasar 2+Apollo:错误:找不到ID为默认的Apollo客户端。如果您在组件设置之外,请使用ProvideApolloClient() 2022-01-01
- 使用RSelum从网站(报纸档案)中抓取多个网页 2022-09-06
- Css:将嵌套元素定位在父元素边界之外一点 2022-09-07
- CSS媒体查询(最大高度)不起作用,但为什么? 2022-01-01
- Fetch API 如何获取响应体? 2022-01-01
- 如何使用 JSON 格式的 jQuery AJAX 从 .cfm 页面输出查 2022-01-01