Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当将 x-editable 与具有 html 标签的 textarea 一起使用时,当我单击编辑时它们会消失。如果我再次添加它们,当我在成功更新后再次单击时它们会保留在那里。
有任何想法吗?
这是解决问题的一种方法
通过 HTML
<a ... data-type="textarea" data-value="<html-text>">
或通过 Javascript
$().editable({"value":"<html-text>"})
<html-text>根据您的需要,替换为模板或 javascript 中的 html 文本。
<html-text>