File tree 2 files changed +1
-15
lines changed
2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ jQuery Quick Pagination Plugin
2
2
=======================
3
3
4
4
Article: http://www.jquery4u.com/tutorials/jquery-quick-pagination-list-items/
5
+
5
6
Demo: http://www.jquery4u.com/demos/jquery-quick-pagination/
6
7
7
8
Features
Original file line number Diff line number Diff line change 6
6
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
7
7
<script type="text/javascript" src="../script.js"></script>
8
8
9
-
10
- <!-- BuySellAds Ad Code -->
11
- <link rel="stylesheet" href="../bsa_styles.css" />
12
- <script type="text/javascript" src="../bsa_script.js"></script>
13
- <script type="text/javascript">
14
- (function(){
15
- var bsa = document.createElement('script');
16
- bsa.type = 'text/javascript';
17
- bsa.async = true;
18
- bsa.src = 'http://s3.buysellads.com/ac/bsa.js';
19
- (document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(bsa);
20
- })();
21
- </script>
22
- <!-- End BuySellAds Ad Code -->
23
-
24
9
<script type="text/javascript" src="http://www.jquery4u.com/demos/jquery-quick-pagination/js/jquery.quick.pagination.min.js"></script>
25
10
26
11
<link rel="stylesheet" type="text/css" href="../styles.css">
You can’t perform that action at this time.
0 commit comments