next
#英[nekst] 美[n?kst]
adj. Immediately after; second to; close to; immediately adjacent
adv.Go on;then;behind;sequentially
n.next;next one
prep.Close;behind;next door to…
Bootstrap next style syntax
Function: The button style of the next page in .pager, right aligned
Bootstrap next style example
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Bootstrap 實(shí)例 - 標(biāo)簽頁與膠囊式標(biāo)簽頁</title> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script> <script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> </head> <body> <div class="container"> <h2>分頁</h2> <p>.previous 和 .next 類設(shè)置左右對齊:</p> <ul class="pager"> <li class="previous"><a href="#">上一頁</a></li> <li class="next"><a href="#">下一頁</a></li> </ul> </div> </body> </html>
Click the "Run instance" button to view the online instance