]>
iEval git - gruntmaster-page.git/blob - js/90-mobilenav.js
4 $( document
).ready(function(){
5 if(window
.innerWidth
>= 768)
7 $('#title').before('<div class="text-center">Tap title to toggle menu</div>');
8 $('nav').addClass('hidden');
9 $('#title').on('click', function () {
10 $('nav').toggleClass('hidden');
This page took 0.0398770000000001 seconds and 4 git commands to generate.