jPages icon indicating copy to clipboard operation
jPages copied to clipboard

Update master

Open vpiyanov opened this issue 12 years ago • 1 comments

This is fix for the following issue https://github.com/luis-almeida/jPages/issues/10

vpiyanov avatar Jul 04 '12 11:07 vpiyanov

@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'));
                }
            });

carlhussey avatar Aug 27 '15 16:08 carlhussey