jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.68k stars 2.4k forks source link

Add infinite scrolling to docs #7563

Open frankie-loves-jesus opened 10 years ago

frankie-loves-jesus commented 10 years ago

Found this really nice and simple way of doing infinite scrolling in jQuery Mobile:

http://stackoverflow.com/questions/24728140/jquery-mobile-1-4-infinite-scrolling-window-scroll-not-firing

Could this technique be added to the docs?

Courtesy of Omar @ https://twitter.com/jQM_Tricks

jaspermdegroot commented 10 years ago

@frankie-loves-jesus

This would be a nice demo. Maybe you or Omar could create one and open a pull request for it?

frankie-loves-jesus commented 10 years ago

This would be a nice demo.

Indeed. So many jQM + infinite scrolling questions on Stack Overflow and the jQuery Forums but no real solution. Until now.

Maybe you or Omar could create one and open a pull request for it?

I think Omar (@Palestinian) is working on it.

Palestinian commented 10 years ago

@frankie-loves-jesus Thanks for this kind recommendation. I would love to contribute to jQM.

@jaspermdegroot Pls guide me on how to add the demo to jQM master demo page? I've written a quick article about it http://jqmtricks.wordpress.com/2014/07/15/infinite-scrolling/

jaspermdegroot commented 10 years ago

@Palestinian

Cool that you want to contribute. Please take a look at the "Pull Requests" section in the contributing guidelines and the information on contribute.jquery.org that we link to. Make sure you add the demo in a new branch in your forked jQuery Mobile repo, not on master. Let us know if you have any questions. Thanks!