CKEditor 未加载
我遇到以下问题:
我有一个带有内容 div 的页面,其中页面通过 AJAX 加载,并且菜单项称为 STEP 1 、 STEP 2 等,
现在每次我单击某个步骤时,都会在内容 div 中加载新页面。其中一个页面包含 CKEditor
当点击包含 CKEditor 的链接时,CKEditor 加载完美,当我再次点击该链接时,CKEditor 所在的 spcae 为空白,未加载,因此我需要硬刷新页面并单击再次链接,然后 ck 编辑器再次显示。任何建议将受到高度赞赏
I have the following problem
I have a page with a content div where pages are loaded in via AJAX and menu items called STEP 1 , STEP 2 etc
NOw everytime I click on a step a new page is being loaded in the content div. One of the pages contains CKEditor
When clicking on the link that contains CKEditor, CKEditor loads perfectly, when I click on the link again, the spcae where CKEditor is is blank, not loading, so I need to hard refresh the page and click on the link again, then ck editor is displaying again. Any advice will be highly apprciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下解决了我的问题
The following solved my problem