Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
You must use the jquery.ui.ipad.js plugin in order for jQuery UI widgets to recognize mobile touch events as click events.

Demo: http://jsfiddle.net/blackdynamo/yxhzU/
Demo: http://jsfiddle.net/arzynik/jvf7w/1/

Available options:

Expand Down
2 changes: 2 additions & 0 deletions jquery.mobile.carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
return width - dragDelta();
}

arguments[1].currentPage = currentPage;
settings.afterStop.apply(list, arguments);
}
});
Expand Down Expand Up @@ -160,6 +161,7 @@
return height - dragDelta();
}

arguments[1].currentPage = currentPage;
settings.afterStop.apply(list, arguments);
}
});
Expand Down