Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个问题,我无法在CKEditor中制作可拖动的图像。我尝试了很多事情 $('img').draggable();,比如超时等等。我无法让图像可拖动。
$('img').draggable();
我还尝试在 iframe 中注入带有文件的<script>标签,但控制台中没有错误,也没有工作系统。.js$('img').draggable();
<script>
.js
有人有建议吗?
您不能在 ckeditor 内的元素上调用 javascript,因为它位于 iframe 内。您必须为 ckeditor 创建或查找插件。