Skip to content

Commit

Permalink
Update index_dt1.10.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DukeAstar committed Apr 3, 2014
1 parent 4e5c330 commit d96aaad
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions examples/index_dt1.10.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
<title>DT_Listnav example</title>

<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="https://datatables.net/release-datatables/media/css/demo_table.css">
<link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.0-beta.2/css/jquery.dataTables.css">

<link rel="stylesheet" type="text/css" href="https://datatables.net/release-datatables/media/css/demo_table.css">
<link rel="stylesheet" type="text/css" href="https://datatables.net/release-datatables/media/css/demo_page.css">

<style>
Expand All @@ -19,11 +20,13 @@
button.btn.abcdaire.active { background-color:#eaeaea; }
button.btn.abcdaire.disabled { color:#ccc; }
</style>


<!-- jQuery -->
<script type="text/javascript" charset="utf8" src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.1.min.js"></script>
<script type="text/javascript" charset="utf8" src="//code.jquery.com/jquery-1.10.2.min.js"></script>

<!-- DataTables -->
<script type="text/javascript" charset="utf8" src="https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.0/jquery.dataTables.min.js"></script>
<script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.0-beta.2/js/jquery.dataTables.js"></script>

<script type="text/javascript" charset="utf-8" src="../media/js/jquery.dataTables.listnav.2.js"></script>
<script type="text/javascript" charset="utf-8">
Expand Down Expand Up @@ -518,7 +521,7 @@ <h1>Initialisation code for table with bServerSide</h1>

<div id="footer" style="text-align:center;">
<span style="font-size:10px;">
DT_ListNav &copy; Cyril TALLEFERT 2013
DT_ListNav &copy; Cyril TALLEFERT 2014
</span>
</div>
</div>
Expand Down

0 comments on commit d96aaad

Please sign in to comment.