Category Archives: PHP

var aboutMe = document.getElementById('about-me'); var hammertime = new Hammer(aboutMe); hammertime.on('swipeleft', function() { // Navigate to the next page }); hammertime.on('swiperight', function() { // Navigate to the previous page });