hey, i want to hide some elements on my site, but don't want to make these inaccessible for users without javascript enabled. Some users are complaining about being able to see that element for a split second before the page has finished loading and the element is hidden. Is there a way in which I can hide the elements right from the start, without using css to hide it completely?
- [jQuery] Hide elements cleanly, not appear then disappear heldtogether