I'm trying to achieve something really basic but jquery isn't doing what I expect! I have a div with an id of "stuff". In the css I set the display attribute to "none" with the aim of changing it with jquery. This way the div is hidden unless the user has js enabled. My jquery code is simply
$("#stuff").show();
unfortunately this isn't working and the div remains hidden.
UPDATE: It now seems to be working INTERMITENTLY in Chrome and IE8. Still not in ff.