0
点赞
收藏
分享

微信扫一扫

wangEditor编辑器控件里textarea的id不要用content

头引用

<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/wangEditor.js"></script>
<script type="text/javascript" src="js/base.js"></script>
<script src="https://cdn.bootcss.com/layer/1.8.5/layer.min.js"></script>
<link href="https://cdn.bootcss.com/layer/1.8.5/skin/layer.css" rel="stylesheet">

出错症状

wangEditor编辑器控件里textarea的id不要用content_jquery

 

 

正确

<textarea id="textarea" name="content" style="height: 300px;max-height: 1000px;">

错误

<textarea id="content" name="content" style="height: 300px;max-height: 1000px;">

我也不懂为什么

举报

相关推荐

0 条评论