[jQuery] hiding UI dialogs on startup
Hi all,
I'm using JQuery UI to implement dialogs for my application. However
on start up I can momentarily see the div's that later become dialogs
after $("#example").dialog(); has been called.
Is there a way to hide those div's in advance of $
("#example").dialog(); being called?
Thanks,
Jeroen