jQuery(document).ready(function() { //jQuery("#menu").hide(); //toggle the componenet with class msg_body jQuery("#btn-menu").click(function() { jQuery(this).next("#menu").slideToggle(0); }); });