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
How about instead of blind, using slide with a direction option? Here's a jsFiddle example.
jQuery:
$( "#effect" ).show( 'slide', { direction: "down" } , 500);