This could be really obvious and I\'m completely missing it.
I\'ve searched for hours and can\'t seem to find a way to, using jQuery, reveal a hidden div from the bo
Doesn't this do the trick:
$("div").show('blind', {}, 'slow');