Showing the div works fine, hiding the div on the other hand doesn't. For some reason if I do it like this...
$('div#taskEditorContainer').hide();
... it works just fine, but is rather ugly. On the other hand this...
$('div#taskEditorContainer').hide(400);
... won't work at all. I've tried using 'fast' and 'slow' as well, when ever I specify a speed indicator to the hide function it won't work. Anyone else experienced this?
I tried it but I get the same issue, showing the div works fine but hiding it does not. Tried sliding and fading the div as well but with the same result.
Leave a comment on grecko's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic