尽管不支持 HTML5 data-* 属性,Firefox 3 是否支持 Rails3 UJS?
我是否遗漏了什么或者 Rails3 UJS 与 Firefox 3 不兼容?
AFAIK,所有上一代浏览器都不支持 HTML5 data-
属性,那么这是否意味着所有 Rails3 风格的 UJS 代码都无法在 Firefox 4 之前的 Firefox 浏览器上运行?如果是的话有解决方法吗?
Am I missing something or is Rails3 UJS incompatible with Firefox 3?
AFAIK, all the previous-gen browsers didn't support the HTML5 data-
attributes, so does this mean all the Rails3-style UJS code won't work on Firefox browsers prior to Firefox 4? Are there workarounds if so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您可以编写自己的 HTML5
data-
属性 API 替代方案(请参阅 HTML5 自定义数据属性在 IE 6 中“工作”吗?),因为 HTML5 被设计为尽可能与现有浏览器兼容。我完全不熟悉 Rails,但无论 Rails3 UJS 是什么,它很可能有自己的内置替代方案来替代本机 HTML5
data-
属性支持。I believe you can code your own alternative to the HTML5
data-
attributes API (see Do HTML5 custom data attributes “work” in IE 6?), because HTML5 was designed to work with existing browsers as far as possible.I’m entirely unfamiliar with Rails, but whatever Rails3 UJS is, it may well have its own built-in alternative to native HTML5
data-
attribute support.