Hi Rory,
Have you looked at the FrameReady plugin yet? It might prove helpful:
http://ideamill.synaptrixgroup.com/?p=6
--Karl
_
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 22, 2007, at 11:07 AM, roryf wrote:
>
> Is there a way to do this with jQuery with
Is there a way to do this with jQuery without resorting to browser
sniffing?
On Jun 14, 8:37 am, Jean-Francois Hovinne <[EMAIL PROTECTED]>
wrote:
> Hi Alexandre,
> I don't know if it's the better way to do it, but in WYMeditor we use
> this technique:
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1
Hi Alexandre,
I don't know if it's the better way to do it, but in WYMeditor we use
this technique:
iframe test
function initIframe(iframe) {
if ($.browser.msie || $.browser.opera) {
var doc = iframe.contentWindow.document;
}
else if ($.browser.mozilla || $.browser.safari) {
3 matches
Mail list logo