What about using jQuery.ready event but put the script right before the end of the body, that should be in the end of the queue of jQuery.readyList... just a quick thought
On Aug 30, 4:01 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > Here's what I am doing currently: > setTimeout("expandMenuUsingCookie()",550); > > But, I'm sure there is a better way than that. Can anyone share a > better way to run code last?