Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Added pager (navigation dots) functionality to scrollview#2306

Closed
apemberton wants to merge 1 commit intojquery-archive:masterfrom
apemberton:master
Closed

Added pager (navigation dots) functionality to scrollview#2306
apemberton wants to merge 1 commit intojquery-archive:masterfrom
apemberton:master

Conversation

@apemberton
Copy link

In addition to 'pagingEnabled' added an additional configuration option 'pagerEnabled' which will render a clean unordered list and keep track during paging swipes.

For example, on page 3 of a 4 "page" scrollview container, you'll see:

<ul class="ui-scrollview-pager">
<li class=""></li>
<li class=""></li>
<li class="active"></li>
<li class=""></li>
</ul>

@toddparker
Copy link
Contributor

Thanks for your contribution, but we're not actively developing this experimental plugin at the moment. We may re-open once we start looking at this again post-1.0

@toddparker toddparker closed this Sep 27, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants