Tagged Questions

5
votes
1answer
6k views

jQuery: $(document).ready() too slow in IE

What would be the preferred way of hiding an element before the page is rendered? $(document).ready() works just fine for firefox, but sometimes (connection to the server seems to be a major issue in ...