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 page, both include $ > (document).ready (function(){}); > > In FF the functions are called from File A then File B, but IE is > calling the functions in File B then in File A. > > Is there anyway of setting a priority of ready functions or setting > the data structure type for the .ready array?