]>
iEval git - gruntmaster-page.git/blob - js/90-mobilenav.js
2 if(window
.innerWidth
>= 768)
4 $('#title')[0].insertAdjacentHTML('beforebegin', '<div class="text-center">Tap title to toggle menu</div>');
5 $('nav')[0].classList
.add('hidden');
6 $('#title').on('click', () => $('nav')[0].classList
.toggle('hidden'));
This page took 0.039274 seconds and 4 git commands to generate.