twbs-pagination

WebJar for twbs-pagination

Лицензия

Лицензия

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

twbs-pagination
Последняя версия

Последняя версия

1.4.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

twbs-pagination
WebJar for twbs-pagination
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/josecebe/twbs-pagination

Скачать twbs-pagination

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/twbs-pagination/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>twbs-pagination</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/twbs-pagination/
implementation 'org.webjars.npm:twbs-pagination:1.4.1'
// https://jarcasting.com/artifacts/org.webjars.npm/twbs-pagination/
implementation ("org.webjars.npm:twbs-pagination:1.4.1")
'org.webjars.npm:twbs-pagination:jar:1.4.1'
<dependency org="org.webjars.npm" name="twbs-pagination" rev="1.4.1">
  <artifact name="twbs-pagination" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='twbs-pagination', version='1.4.1')
)
libraryDependencies += "org.webjars.npm" % "twbs-pagination" % "1.4.1"
[org.webjars.npm/twbs-pagination "1.4.1"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : jquery jar [1.7,)

Модули Проекта

Данный проект не имеет модулей.

jQuery pagination plugin (bootstrap powered)

Basic usage

Plugin requires jQuery (required - 1.7.0 or higher).

You can use Bootstrap CSS styles and markup (or use your own).

The following code shows call the function on <ul> tag (it can be also <div> tag).

$('#pagination-demo').twbsPagination({
  totalPages: 35,
  visiblePages: 7,
  onPageClick: function (event, page) {
    $('#page-content').text('Page ' + page);
  }
});

Contributing

For development use grunt build to make minified file. To use grunt install packages by using: npm install

Demo and Docs

For more information see docs on github pages (not completed yet)

Версии библиотеки

Версия
1.4.1