是否有跨浏览器的 JavaScript 框架支持 IE 5 等旧浏览器?
我正在寻找我的应用程序(它是一种 CRM),以包含一个基于 Web 的 GUI,支持 IE 5 等旧浏览器。
是否有任何好的客户端跨浏览器框架支持旧浏览器?我不需要一些花哨的效果和动画。
谢谢。
I’m looking for my application (it’s a sort of CRM) to include a web-based GUI that supports old browsers like IE 5.
Is there any good client-side cross-browser framework that supports old browsers? I don’t need something fancy with effects and animations.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于您的特定需求,请查看 David Mark 的“我的库”。它没有 jQuery 或 Extjs 那样受欢迎,但就绝对的跨平台可移植性而言,没有什么能比得上它。它是根据从 comp.lang.javascript 收集的最佳实践开发的。
他声称:
For your specific needs check out David Mark's "My Library". It doesn't have the popularity of jQuery or Extjs but for absolute cross-platform portability, nothing beats it. It was developed from best practices gathered from comp.lang.javascript.
He claims:
我不认为这是任何人有兴趣解决的问题(即针对 IE 5 等旧浏览器的基于 Web 的 GUI 框架)。
这在较旧的浏览器上要困难得多,因为它们缺乏功能,有更多错误,并且运行 JavaScript 的速度较慢。而且没有什么意义了,因为这些浏览器正在消失。
如果我是您,我会构建一个非常好的 CRM 应用程序,仍在使用 IE 5 的公司将安装 Firefox 只是为了使用它。
I don’t think that’s a problem anyone’s interested in solving (i.e. web-based gui frameworks for older browsers like IE 5).
It’s much harder on older browsers because they lack features, have more bugs, and run JavaScript slower. And there’s less point, because those browsers are disappearing.
If I were you, I’d build a CRM application that’s so good, companies still on IE 5 will install Firefox just to use it.
DynAPI 和 lib.js 是两个最古老的框架。它们支持 IE5 和 Netscape 浏览器。有菜单实用程序和小型抽象库。
DynAPI and lib.js are two of the oldest frameworks. They support IE5 and Netscape browsers. There are menu utilities and small abstraction libraries as well.