[jQuery] $(document).ready same es Dean Edwards solution
Hello, this is my first post.
I'm working with jQuery since a month and I have one problem. The $
(document).ready event doesn't work properly, manly I get the fouc in
IE and Opera. As far as I have red the Dean Edwards solution (http://
dean.edwards.name/weblog/2006/06/again/) is implemented in jQuery ($
(document).ready ). For now I'm fixing this issue loading a css
dinamically that contains a class to hide the elements that trigger
fouc.
My main question is, does the $(document).ready include the Dean
Edwards solution?
Second question: Someone else experienced the fouc issue as I do? If
yes, which approach was taken?
Thanks in advance for your help and time.
daniEL