标签: jquery image iframe ckeditor draggable
我遇到了问题,我无法在 CKEditor 内部制作图像。我尝试过很多东西 $('img').draggable();超时等等。我无法将图像拖得可以。
$('img').draggable();
我还尝试在iframe中为<script>标记注入.js $('img').draggable();文件,但在控制台中没有错误,也没有工作系统。
<script>
.js
有人有建议吗?
答案 0 :(得分:0)
您无法在ckeditor内的元素上调用javascript,因为它在iframe中。您必须为ckeditor创建或查找插件。