开发者

jquery ToolTip that works in an iFrame?

Does an开发者_开发问答yone know of any JQUERY ToolTip plugins that work well in an iFrame? I tried qTIP and it's positioning is all off.

Would appreciate any suggestions.

Thanks


OK. I managed to add jquery to that iframe.

just simply find the wollwing statement in the current ckeditor.js:

h.push('<link type="text/css" rel=stylesheet href="' + g + '">');

and add the following right after:

h.push("<script type='text/javascript' src='jquery.js'></script>");

I used http://jsbeautifier.org/ to unminify this so I could edit it easier.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜