百度ueditor编辑器背景不显示问题
Posted 森林之子
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了百度ueditor编辑器背景不显示问题相关的知识,希望对你有一定的参考价值。
网友办法:http://www.hongxuejing.com/hulianwang/ueditor_not_show_background-33.html
官方办法:http://fex-team.github.io/ueditor/#start-uparse
我的解决方法:
在文章结尾加上:
<div id="content">文章内容</div>
<script> $(function () { var cbg = $("#content p[data-background]:hidden"); if(cbg.length>0) $("#content").attr("style", cbg.attr("data-background")); }) </script>
以上是关于百度ueditor编辑器背景不显示问题的主要内容,如果未能解决你的问题,请参考以下文章
ecshop安装百度编辑器ueditor后前台文章内容显示为空白
ueditor的编辑器编辑的内容在网页上显示后带有白色背景图解决