JhtmlArea - 设置 html 内容
嗨,我已经尝试过:
$(function(){
var descr = $("#area").htmlarea();
});
$("#some_button").click(function(){
descr.pasteHTML("some text");
});
这不起作用!我该怎么办?谢谢!!
Hi I havce tried this:
$(function(){
var descr = $("#area").htmlarea();
});
$("#some_button").click(function(){
descr.pasteHTML("some text");
});
This don't work! How can I do ?? Thx!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,这有无穷无尽的解决方案......给我们更多细节。我的两个猜测:
您是否包含 jQuery 和插件 js 文件?
尝试将所有代码包装在 $(function(){
Yeah, this has endless solutions... give us more detail. My two guesses:
Are you including jQuery and the plugin js file?
Try wrapping all your code around the $(function(){