I have jquery issue, Kindly see my jquery code:
$(document).ready(function(){ $(\".toggle_container\").show(); $(\"h2.trigger\").toggle(function(){
remove the
$(".toggle_container").show();
from your $(document).ready function.
$(document).ready
in html part add style="display:none" for the toggle_container div.
style="display:none"
toggle_container
div
check the @HCK s reply. he is clearly mentioned it..