转载自:http://blog.csdn.net/woshirongshaolin/article/details/8239407

<script type="text/javascript" >
$(document).ready(function(){
$("div").addClass("input_line");
$("#reset").click(function(){
CKEDITOR.instances.account.setData(' ');//蓝色为控件名称
});

});

</script>


<script type="text/javascript" >

var editor = CKEDITOR.replace('account');

</script>

相关文章:

  • 2022-01-22
  • 2021-11-25
  • 2021-10-30
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-12
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案