@Sameed_Baqai wrote:
I have this view file(work.js) and i have a jquery asking when scroll up, change the page: $(window).bind('mousewheel', function(e){ if(e.originalEvent.wheelDelta > 0) { //need something to route to other page through view } }); I want to route to other view or template (about.js) when action occurs help?lol
Posts: 1
Participants: 1