$(document).ready(function(){ $('#top_btn_2').click(function(){ $('.hide_second_top_menu').toggle(); }); });