适用于现代浏览器的轻量级 JavaScript 库

发布于 2024-11-09 08:06:16 字数 181 浏览 1 评论 0原文

我正在寻找一个轻量级的 JavaScript 库,用于所有用户都拥有最新浏览器(例如 IE 9、Firefox 4)的安全环境。

我正在寻找 AJAX、动画和跨域消息传递等包装功能。我不关心支持旧版浏览器的开销(像 JSON 解析或 querySelectorAll 这样的东西是原生的)。

有什么图书馆可以推荐吗?

I am looking for a lightweight JavaScript library, for use in secure environments where all users have recent browsers (IE 9, Firefox 4 for example).

I am looking for wrapper features like AJAX, animations and cross-domain messaging. I don't care about the overhead to support older browsers (stuff like JSON parsing or querySelectorAll is native).

Any library to recommend?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

巡山小妖精 2024-11-16 08:06:16

查看 http://microjs.com/ - 选择您想要的库类型,它将显示你们所有5k以下的人。

另请查看 Ender - http://ender.no.de - 用于从其他 micro 编写您自己的库- 框架。

Take a look at http://microjs.com/ - choose what type of library you'd like and it will show you all that come in under 5k.

Also take a look at Ender - http://ender.no.de - for composing your own library from other micro-frameworks.

奢欲 2024-11-16 08:06:16

我只会使用 Dojo 框架的基础部分。 Dojo 只加载它需要的内容,因此尽管框架中有大量的小部件、模块和其他内容,但基础大小只有 31k。

您可以通过将其记入您的脑海中从 Google 获取它。

<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js" type="text/javascript"></script>

然后,如果您的项目需要增长,您可以开始添加所需的模块,而无需学习新的框架。

查看教程了解 Dojo 的工作原理

I would just use the base part of the Dojo Framework. Dojo only loads what it needs, so although there's tons of widgets, modules and other stuff in the framework, the base is only 31k.

You can get it from Google by including this in your head.

<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.6/dojo/dojo.xd.js" type="text/javascript"></script>

And then if your project needs to grow, you can start adding in the modules you want and don't have to learn a new framework to do so.

Check out the tutorial to see how Dojo works.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文