[jQuery] Re: jQuery .ready() being treated as both Filo/Fifo in IE/FF

2008-12-12 Thread evan
When you use more than one libraries with jquery which use $ sign for selection of code block, use following scripts. jQuery.noConflict(); // instead of $ use jQuery as jQuery(document).ready( function(){ }); This will remove the conflict between different libraries. I think, no

[jQuery] Re: jQuery .ready() being treated as both Filo/Fifo in IE/FF

2008-12-10 Thread ricardobeat
That's interesting, what's causing IE to load the scripts in a different order? On Dec 10, 10:10 am, Comcar <[EMAIL PROTECTED]> wrote: > I've got the same code, with no errors coming up in either browser, > but different behaviours in IE7 and FF2. > > I've got 2 JS files being pulled into the pag