Reputation: 357
I have a cool function set up like this with iscroll,
var iscroll = {....
main: {...
init: function() {...
page_iscroll = new iScroll(...) {}
the question is how do i setup an initial y scroll position for the iscroll object, when it's initialized?
Upvotes: 4
Views: 3511