Skip to content

Conversation

@vpiyanov
Copy link

@vpiyanov vpiyanov commented Jul 4, 2012

This is fix for the following issue #10

@carlhussey
Copy link

@vpiyanov - How do I use jPages with this fix? I am using a page with two tabs on it (div's). Each tab has its own content with pagination.

          $(".holder-tasks").jPages({
                containerID: "messagesTasks",
                perPage: 5,
                minHeight: false,
                callback: function(pages, items) {
                    bootstrapPagination($('.holder-tasks'));
                }
            });

            $(".holder-messages").jPages({
                containerID: "messages",
                perPage: 5,
                minHeight: false,
                callback: function(pages, items) {
                    bootstrapPagination($('.holder-messages'));
                }
            });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants