fckEditor在IE9下弹出窗口问题解决方法

发布:2011-09-27 09:08   点击588次   评论:0

修复ie9 fckeditor2.6 弹出窗口问题 .
http://blog.csdn.net/lzqial1987/article/details/6456733

分类: JavaScript 2011-05-31 13:54 31人阅读 评论(0) 收藏 举报 

fckeditor2.6在IE9下的弹出窗口报错问题解决.

原因, IE9 开始不支持 JS 的这个写法了 var $=document.getElementById;

修改方法:

见 fckeditor/editor/js/fckeditorcode_ie.js 的38行的这个方法:FCKTools.RegisterDollarFunction

修改为:

FCKTools.RegisterDollarFunction=function(A){A.$=function(v){return A.document.getElementById(v);}};

 

 

关于 GitHub 导航 部门 反馈

提示:`/home.php`入口数据仅为演示功能,不构成任何交易凭证,也不承担相关风险和责任!

Copyright © 2011-2018 xxxxx.com All rights reserved.

Run:2.629/29.726(ms); 7(sql)/2.876(MB); comm:news/detail; Upd:2025-01-11 04:52:49