与 jQuery 配合良好的最强大的 javascript UI 框架是什么?
阅读这篇活跃文章后,我决定致力于 jQuery 作为我的工作- 到 JavaScript 框架。
现在我正在尝试结合我的 jQuery 努力来决定学习哪个 UI 框架。在我默认使用 jQuery UI 之前,我想我应该向更有经验的开发人员寻求反馈。
我正在寻找一个框架,它是:
- 跨浏览器稳定(新的和稍微旧的)
- 积极开发
- 高度灵活
- 包含特色功能
- 文档
- 齐全得到强大社区的支持
上面列出的考虑因素有两个问题:
- 是否有人有一个明确的列表值得考虑的选择?
- 有什么理由不使用 jQuery UI?
After reading this active post I decided to commit to jQuery as my go-to javascript framework.
Now I am trying to decide which UI framework to learn in combination with my jQuery efforts. Before I default to jQuery UI, I thought I'd ask for feedback from more experienced developers.
I am looking for a framework that is:
- Stable across browsers (both new and slightly old)
- Actively developed
- Highly flexible
- Packed with featured
- Well documented
- Supported by a strong community
Two questions given the list of considerations above:
- Does someone have a definitive list of the options worth considering?
- Is there any reason not to use jQuery UI?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQueryUI 的范围和功能有限;这取决于您需要什么类型的 UI 组件。肯定有大量可用的插件,但它们的质量高度变化,并且改变它们的行为通常令人沮丧。
如果你正在寻找一个完整的 GUI 环境,我可能会去其他地方寻找,如果你只需要一些简单的交互,并且当它们不适合你的需求时你可以轻松地修改它们,那么它非常好。
jQueryUI is limited in scope and functionality; it kind if depends of what type of UI components you need. There are definitely loads of plugins available, but their quality is highly variable, and altering their behavior is often frustrating.
If you're looking for a full GUI environment I'd probably look elsewhere, if you just need some simple interaction, and you're comfortable modifying things when they don't suit your needs, it's pretty nice.