Reader small image

You're reading from  Bootstrap 4 Cookbook

Product typeBook
Published inJun 2017
Reading LevelBeginner
PublisherPackt
ISBN-139781785889295
Edition1st Edition
Languages
Right arrow
Author (1)
Ajdin Imsirovic
Ajdin Imsirovic
author image
Ajdin Imsirovic

Ajdin Imsirovic is a full-stack web developer who has published several courses on the subject of web design and web development. He has also authored three books, Bootstrap 4 Cookbook, Elm Web Development, and Vue.js Quick Start Guide. In his fourth book, Vue CLI 3 Quick Start Guide, he introduces readers to the rich ecosystem of frontend tooling and best practices.
Read more about Ajdin Imsirovic

Right arrow

Making pagination dynamic with the jQuery Pagination plugin and simplePagination.js


In this recipe, we will look at the truly amazing jQuery Pagination plugin. The official website can be found at https://esimakin.github.io/twbs-pagination/. The project can be found on GitHub and at: https://github.com/esimakin/twbs-pagination.

To further customize our pagination, we will utilize a second plugin, the wonderful simplePagination.js, at http://flaviusmatis.github.io/simplePagination.js/.

One of the nice things about the first plugin is that it is fully compliant with Bootstrap 4 prerelease, which will make it a lot easier for us to integrate it.

Getting ready

To get started, we will reference the unminified raw JS files on the plugins' respective repositories. We will then copy and paste the addresses of the raw files into the GitCDN.xyz interface, and that will give us the links to use in the script tags in our recipe. The links that GitCDN.xyz produces are the following:

  • https://gitcdn.xyz/repo...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Bootstrap 4 Cookbook
Published in: Jun 2017Publisher: PacktISBN-13: 9781785889295

Author (1)

author image
Ajdin Imsirovic

Ajdin Imsirovic is a full-stack web developer who has published several courses on the subject of web design and web development. He has also authored three books, Bootstrap 4 Cookbook, Elm Web Development, and Vue.js Quick Start Guide. In his fourth book, Vue CLI 3 Quick Start Guide, he introduces readers to the rich ecosystem of frontend tooling and best practices.
Read more about Ajdin Imsirovic