jQuery - 无需输入元素就地编辑。是否可以?
jQuery 确实很容易创建一个漂亮的“就地编辑”效果,但是,尽管它很有效,但它总是使用一些输入元素。
这让我很烦恼,因为当元素替换原始文本时它会扭曲布局。
有人知道避免这种烦恼的技巧吗?
jQuery is really easy for creating a nice 'edit in place' effect, but, despite its effectiveness, it always uses some input element.
It bugs me, as it distorts the layout, the moment the element replaces the original text.
Does anyone know a technique to circumvent this annoyance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。创建 CSS 规则来覆盖所有输入字段的烦恼并强制其以与原始元素匹配的方式呈现。
yes. create CSS rules that override all the input field annoyances and force it to render in a way that matches the original element.