$(document).ready(function(){ $('.showCast').hide(); $('.showCastTrigger').click(function(){ $('.showCast').show(); return false; }); return false; });