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
誰か提案がありますか?
iframe内にあるため、ckeditor内の要素でjavascriptを呼び出すことはできません。ckeditor のプラグインを作成または検索する必要があります。