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.
事先,我想补充一点,我认为这是一个错误。我正在尝试像这里一样向jqueryte添加一个占位符。
但它根本没有通过使用显示占位符$().jqte({placeholder: "myplaceholder"});
$().jqte({placeholder: "myplaceholder"});
我怎么做?
提前致谢。
我不是 jqte 用户或专家,但我注意到 css 有
.jqte_placeholder { position:relative; display:none; }
如果您使用以下方法覆盖它:
.jqte_placeholder { display:block; }
http://jsfiddle.net/euhSX/1/
它适用于 Safari 和 Chrome(我没有在其他任何地方尝试过)