Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant using with Bootstrap 3.0. #2

Open
conx13 opened this issue Aug 30, 2013 · 5 comments
Open

Cant using with Bootstrap 3.0. #2

conx13 opened this issue Aug 30, 2013 · 5 comments

Comments

@conx13
Copy link

conx13 commented Aug 30, 2013

Bootstrap 2 had the structure:
div class="pagination"

Bootstrap 3 has the structure:
ul class="pagination"

Is any plans with BS3?

@lyonlai
Copy link
Owner

lyonlai commented Sep 3, 2013

thanks for letting me know about this. I'll have a look into it later. :) haven't got a chance to change over to bs3 yet.

@Dev-Dipesh
Copy link

div class="pagination"

works like a charm in Bootstrap 3 as well. I am using it in my recent jekyll powered project.

@wood8
Copy link

wood8 commented Sep 12, 2013

i changed it.please look my project on directory "src".

@sindikat
Copy link

sindikat commented Apr 9, 2014

Still doesn't work as intended. The JS file says "v0.5". I workaround by:

$('#paginator ul').addClass('pagination');

@YuppyChen
Copy link

在option里面指定版本号即可
var options = {
bootstrapMajorVersion: 3, //使用bootstrapV3版本必须指定这个属性,否则样式出错
currentPage: 4,
totalPages: 10,
numberOfPages:5
}

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

No branches or pull requests

6 participants