jQuery(function($){ $( '.menu-btn' ).click(function(){ $('.responsive-menu').toggleClass('expand') }) }) $(function(){ $('#select_units').on('change', function () { var url = $(this).val(); if (url) { window.location = url; } return false; }); });