1 Star 0 Fork 4

mzhoulei/xhEditor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
xheditor.js 618 Bytes
一键复制 编辑 原始数据 按行查看 历史
YanisWang 提交于 2013-02-24 14:20 . change _src to src
/**
* @license Copyright (c) 2009-2013, xhEditor.com. All rights reserved.
* For licensing, see LGPL-LICENSE.txt or http://xheditor.com/license/lgpl.txt
*/
(function(){
var editorRoot;
$('script[src*=xheditor]').each(function(){
var s=this.src;
if(s.match(/xheditor[^\/]*\.js/i)){editorRoot=s.replace(/[\?#].*$/, '').replace(/(^|[\/\\])[^\/]*$/, '$1');return false;}
});
var scripts = ['core.js', 'lang.js', 'main.js'];
for(var i=0;i<scripts.length;i++){
document.write( '<script type="text/javascript" src="'+editorRoot+'src/' + scripts[i] + '"></script>' );
}
})();
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mzhoulei/xhEditor.git
git@gitee.com:mzhoulei/xhEditor.git
mzhoulei
xhEditor
xhEditor
master

搜索帮助