如何使用 jquery 淡入 ckeditor?
我正在构建一个ajax应用程序,我希望ckeditor淡入或淡出以获得良好的平滑效果。但是无论我尝试什么,编辑器都会立即出现或消失。我使用以下代码来创建编辑器,任何想法如何做淡入?
$("#txt_maingb").ckeditor(function(){},{toolbar:myToolbarConfig_FULL});
I am building an ajax app, and I want the ckeditor to fade in or out for a nice smooth effect.But no matter what I try, the editor appears or disappears instantly.I use the following code to create the editor, any ideas how to do the fadeIn?
$("#txt_maingb").ckeditor(function(){},{toolbar:myToolbarConfig_FULL});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)