if($('#navigation')) { if(document.documentElement.clientWidth > 1240) { $('#navigation a').on('click', function(e) { if($(this).attr('href') !== '#') { window.location.href = $(this).attr('href') } }) } }