neocities/public/assets/scripts/nav.js
Scott O'Hara 9691bb2ec2 some fixes
push plz
2013-07-13 21:03:23 -04:00

6 lines
167 B
JavaScript

$(document).ready(function() {
// this open and closes the small screen nav
$('.small-Nav').click(function(){
$('.header-Nav').toggleClass('show-Nav');
})
});