UNPKG

twbs-pagination

Version:

jQuery simple pagination plugin for bootstrap-style webpages

21 lines (17 loc) 620 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Tests</title> <link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.1.css"> <script src="https://code.jquery.com/jquery-3.3.1.min.js" type="text/javascript"></script> <script src="https://code.jquery.com/qunit/qunit-2.6.1.js" type="text/javascript"></script> <script src="../jquery.twbsPagination.js" type="text/javascript"></script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <ul id="pagination" style="display: none;"></ul> <script src="./test.js"></script> </body> </html>