loading

BS Pager

What is Pager?

Pager is another type of pagination (as explained in the previous chapter).

Pager includes previous and next buttons (links).

To make previous/next buttons, apply the .pager class to a <ul> element.

Example

				
					<ul class="pager">
  <li><a href="#">Previous</a></li>
  <li><a href="#">Next</a></li>
</ul>
				
			

Result:

------Result mukavu -----

Align Buttons

Use the .previous and .next classes to position each button to the page’s sides.

Example

				
					<ul class="pager">
  <li class="previous"><a href="#">Previous</a></li>
  <li class="next"><a href="#">Next</a></li>
</ul>
				
			

Result:

------Result mukavu -----

Share this Doc

BS Pager

Or copy link

Explore Topic