2007/1/3, digital spaghetti <[EMAIL PROTECTED]>:
> I've just tried it in FF2.0.0.1 with Firebug 1.0b8 and I can confirm
> that it runs fine when the code is pasted into Firebug, but does not
> work in the browser - I get your origional results.
>

It seems to be a different behaviour when the dom is ready or not than
a difference between fb and scripts in page.

If you wrap your script with a jQ ready function like below, it works fine.

$(function(){
    // your code
});

But don't ask me why! :-)

Franck.

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to