$(function () { $('#mobile-menu-btn').click(function () { $('#mobile-menu').toggle(); }); });