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.
我正在使用 jwysiwyg,但我不知道如何将框架的值清除到用户将输入文本的位置。
我是这样做的。。
$('#wysiwyg').val("");
但它不工作..
您可以使用这样的setContent方法:
setContent
$('#wysiwyg').wysiwyg('setContent','');
这具有清空<body>元素的效果,所以它应该做你所追求的。
<body>