Ethernaly
Ethernaly
Hi, I've some problems to use this functions. JS : Functions: $(function(){ // This prevents scrolling $('#jqt').bind('touchmove',function(){ event.preventDefault(); }); $('#page1').swipe(function(e, info){ if (info.direction === 'left') { jQT.goTo($('#page2'), 'swipe'); } });...
Hi @ZeroDragon I'm interested about your suggestion, unfortunately I never used browserify. I installed it through: `npm install -g browserify` than I run: `npm install underscore` and than: `browserify index.js...
Thank you @ZeroDragon ! I'll try!