Jquery 更改 Contenteditable attr IE

发布于 2024-10-14 20:21:38 字数 313 浏览 3 评论 0原文

我有以下简短的代码来在单击按钮时创建一个 div,div 内部是一个带有 contenteditable="false" 的 span 标签。当双击 span 时,它应该设置 contenteditable 属性并将其从 false 更改为 true,以便可以在 dblclick 上编辑文本。检查 http://jsfiddle.net/dtxhe/ 上的示例

这适用于 firefox、chrome 和 ie8,但不适用于 IE7 或怪异模式。 任何想法。我该如何解决这个问题。

I have the following short code to create a div when button is clicked, inside the div is a span tag with contenteditable="false". When span is doubled clicked, it should set and change the contenteditable attribute from false to true, so text can be made editable on dblclick. Check the example at http://jsfiddle.net/dtxhe/

This is working in firefox, chrome and ie8, but not IE7 or quirks mode.
Any ideas. How can i fix this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

别低头,皇冠会掉 2024-10-21 20:21:38

如果您还没有找到这个答案,我相信答案是属性名称的“contenteditable”和“contentEditable”之间的区别。 IE7 很挑剔。

In case you hadn't already figured this one out the answer I believe is the difference between "contenteditable" and "contentEditable" for the attribute name. IE7 is picky.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文