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
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Using page sections as routes
|
1 | 1496 | May 8, 2014 | |
Action Performed in any case! (without event from the templates)
|
1 | 494 | October 23, 2017 | |
Call a plain jquery function that's in a different file | 10 | 4931 | September 29, 2013 | |
Ember Wishlist! | 35 | 11940 | December 18, 2014 | |
Ember Route - Access to DOM
|
5 | 2211 | April 13, 2016 |