在 mozilla 中,文本溢出:省略号不起作用
我在 mozilla 中使用了 jquery 插件来获取省略号,但我想知道其他方法来获取省略号,因为我使用的插件在某些情况下显示脚本错误。 /******已编辑***< em>*******/ 我已经使用了该插件
jquery.text-overflow.js
并且脚本错误要求禁用页面中的脚本
I have used a jquery plugin for getting ellipsis in mozilla but I want to know other methods to get the ellipsis because the plugin I have used showing script error in some cases.
/******edited**********/
I have used the plugin
jquery.text-overflow.js
And the script error ask to disable script in the page
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Firefox / Mozilla 目前不支持
text-overflow:ellipsis;
有一个解决方法 - 请参阅此问题以获取详细答案:如何在mozilla中获取文本溢出:省略号类型样式(...)
[编辑]
由于人们仍在对这个旧答案进行投票,我添加此注释是为了指出此功能是在 Firefox 7 中添加的,因此现在与大多数用户无关。仍然有少数 FF3.6 用户会遇到这种情况,但对于我们大多数人来说,这不再是问题。
Firefox / Mozilla does not currently support
text-overflow:ellipsis;
There is a work-around - see this question on SO for a detailed answer: how to obtain Text-overflow : ellipsis type style (...) in mozilla
[EDIT]
Since people are still up-voting this old answer, I'm adding this note to point out that this feature was added in Firefox 7, so is now irrelevant for most users. There are still a few FF3.6 users out there that this will apply to, but for most of us, it's no longer an issue.