Skip to content

Update master - #12

Open
vpiyanov wants to merge 1 commit into
luis-almeida:masterfrom
vpiyanov:patch-2
Open

Update master#12
vpiyanov wants to merge 1 commit into
luis-almeida:masterfrom
vpiyanov:patch-2

Conversation

@vpiyanov

@vpiyanov vpiyanov commented Jul 4, 2012

Copy link
Copy Markdown

This is fix for the following issue #10

@carlhussey

Copy link
Copy Markdown

@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