I know calls to $(function(){ }) in jQuery are executed in the order that they are defined, but I\'m wondering if you can control the order of the queue?
For example
Those functions are added to a private array readyList, so I'd say it isn't accessible for manipulation.
readyList
http://github.com/jquery/jquery/blob/master/src/core.js#L47