TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Simple, fast JavaScript Framework?

3 点作者 Slashed超过 15 年前
Hi, Can you suggest a basic JavaScript framework, please? Basically, it should be: 1. Compatible with most browsers. 2. Only DOM manipulation(select elements by ID and class, listen to events, etc.) No animation stuff is needed. 3. Very fast, very small. -- Basically, I could stick with JQuery, Dojo since I know these two. But is there any good alternative which does only the most basic stuff? Thank you in advance.

2 条评论

mbrubeck超过 15 年前
I'd look into jQuery 1.4 (currently in alpha), which is broken into modules so that you can use less of it. This isn't yet released, but it's possible to build and use it from the source tree. See the comments in <i>build.xml</i> for instructions on building a smaller jQuery.<p>There's also <a href="http://xuijs.com/" rel="nofollow">http://xuijs.com/</a> which is very minimal and targeted specifically at mobile browsers. It may not support older desktop browsers, though.
评论 #1037821 未加载
parasctr超过 15 年前
use YUI 3.0.