bootstrap-paginator icon indicating copy to clipboard operation
bootstrap-paginator copied to clipboard

Cant using with Bootstrap 3.0.

Open conx13 opened this issue 12 years ago • 5 comments

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

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

Is any plans with BS3?

conx13 avatar Aug 30 '13 11:08 conx13

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.

lyonlai avatar Sep 03 '13 01:09 lyonlai

div class="pagination"

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

Dev-Dipesh avatar Sep 03 '13 13:09 Dev-Dipesh

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

wood8 avatar Sep 12 '13 08:09 wood8

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

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

sindikat avatar Apr 09 '14 04:04 sindikat

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

YuppyChen avatar Oct 20 '17 09:10 YuppyChen