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

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


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?