Skip to content

Instantly share code, notes, and snippets.

@MrVladevoit
Created May 11, 2017 07:53
Show Gist options
  • Save MrVladevoit/16d1153b6578120b6b9fba43e070b4c2 to your computer and use it in GitHub Desktop.
Save MrVladevoit/16d1153b6578120b6b9fba43e070b4c2 to your computer and use it in GitHub Desktop.
gp-pages:pug
<!-- навиагация по страницам верстки / удалить на продакшене-->
#pages-22.pages
#toogle-23.pages-header
p Навигация страниц верстки
span GP
i#close-24.icon-pages
ul
li: a(href="./") Главная
li: a(href="ui.html") ui
script.
$('#toogle-23').on('click', function(event) {
event.preventDefault();
/* Act on the event */
$('#pages-22').toggleClass('open');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment