jquery mobile - How to use joehewitt scrollability? -
can me out in implementing joehewitt's scrollability plugin.(https://github.com/joehewitt/scrollability.git) trying develop mobile web app!
thanks in advance!
right so,
1)include javascript file , css file (its in static folder)
2) head http://scrollability.com/ , following structure create 2 divs:
<div id="overflow"> <div id="scrollysection"> </div> </div>
with following css
#overflow overflow:hidden position:absolute top:0px left:0px width:100% height:100% #scrollysection position:absolute top:0px left:0px
3)then need apply fix here: https://github.com/joehewitt/scrollability/issues/29
to code running comment out or remove of exports stuff (lines 77-84). on line 94 require mentioned, pull 2 lines of code out of ready function , comment ready function out.
thats did , worked.
Comments
Post a Comment