javascript-jquery.mobile.iscroll
javascript-jquery.mobile.iscroll copied to clipboard
Doesn't work with latest jquery libraries
Doesn't work with http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.js.
Can the author comment on what updates are required to get this working? Thanks.
Doesn't work with collapsible (data-role="collapsible").
Thank.
changing the line (99) ...
if ($.mobile.activePage.data("iscroll") == "enable") {
to...
if (($.mobile.activePage) && ($.mobile.activePage.data("iscroll") == "enable")) {
seems to solve the problem