开发者

jquery ToolTip that works in an iFrame?

开发者 https://www.devze.com 2022-12-27 09:44 出处:网络
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.

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

精彩评论

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