mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-30 23:52:11 +01:00
Update: Examples - use the files form the CDN for the integration
examples
This commit is contained in:
parent
1c9a1b94fd
commit
8cb5163156
@ -1 +1 @@
|
||||
0b6eac1b8bfc284077a7fba254a52e5ccc5313f1
|
||||
1f9898ef3419f2ac59a1f63d71620cd6066893aa
|
||||
|
@ -6,7 +6,8 @@
|
||||
|
||||
<title>DataTables example - Scrolling and jQuery UI tabs</title>
|
||||
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/jqueryui/dataTables.jqueryui.css">
|
||||
<link rel="stylesheet" type="text/css" href=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
|
||||
<style type="text/css" class="init">
|
||||
@ -601,7 +602,7 @@ $(document).ready(function() {
|
||||
<li><a href=
|
||||
"//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css</a></li>
|
||||
<li><a href=
|
||||
"../resources/jqueryui/dataTables.jqueryui.css">../resources/jqueryui/dataTables.jqueryui.css</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css">//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -6,7 +6,8 @@
|
||||
|
||||
<title>DataTables example - Scroll - vertical with jQuery UI ThemeRoller</title>
|
||||
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/jqueryui/dataTables.jqueryui.css">
|
||||
<link rel="stylesheet" type="text/css" href=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
|
||||
<style type="text/css" class="init">
|
||||
@ -569,7 +570,7 @@ $(document).ready(function() {
|
||||
<li><a href=
|
||||
"//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css</a></li>
|
||||
<li><a href=
|
||||
"../resources/jqueryui/dataTables.jqueryui.css">../resources/jqueryui/dataTables.jqueryui.css</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css">//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -6,7 +6,8 @@
|
||||
|
||||
<title>DataTables example - Bootstrap</title>
|
||||
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/bootstrap/3/dataTables.bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/bootstrap/3/dataTables.bootstrap.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
|
||||
<style type="text/css" class="init">
|
||||
@ -16,7 +17,8 @@
|
||||
</style>
|
||||
<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/bootstrap/3/dataTables.bootstrap.js"></script>
|
||||
<script type="text/javascript" language="javascript" src=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/bootstrap/3/dataTables.bootstrap.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/demo.js"></script>
|
||||
<script type="text/javascript" language="javascript" class="init">
|
||||
@ -550,7 +552,7 @@ $(document).ready(function() {
|
||||
<li><a href="../../media/js/jquery.js">../../media/js/jquery.js</a></li>
|
||||
<li><a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a></li>
|
||||
<li><a href=
|
||||
"../resources/bootstrap/3/dataTables.bootstrap.js">../resources/bootstrap/3/dataTables.bootstrap.js</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/bootstrap/3/dataTables.bootstrap.js">//cdn.datatables.net/plug-ins/505bef35b56/integration/bootstrap/3/dataTables.bootstrap.js</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -573,7 +575,7 @@ $(document).ready(function() {
|
||||
<li><a href=
|
||||
"//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css</a></li>
|
||||
<li><a href=
|
||||
"../resources/bootstrap/3/dataTables.bootstrap.css">../resources/bootstrap/3/dataTables.bootstrap.css</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/bootstrap/3/dataTables.bootstrap.css">//cdn.datatables.net/plug-ins/505bef35b56/integration/bootstrap/3/dataTables.bootstrap.css</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -7,7 +7,8 @@
|
||||
<title>DataTables example - Foundation</title>
|
||||
<link rel="stylesheet" type="text/css" href=
|
||||
"//cdnjs.cloudflare.com/ajax/libs/foundation/4.3.1/css/foundation.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/foundation/dataTables.foundation.css">
|
||||
<link rel="stylesheet" type="text/css" href=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/foundation/3/dataTables.foundation.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
|
||||
<style type="text/css" class="init">
|
||||
@ -15,7 +16,8 @@
|
||||
</style>
|
||||
<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/foundation/dataTables.foundation.js"></script>
|
||||
<script type="text/javascript" language="javascript" src=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/foundation/3/dataTables.foundation.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/demo.js"></script>
|
||||
<script type="text/javascript" language="javascript" class="init">
|
||||
@ -549,7 +551,7 @@ $(document).ready(function() {
|
||||
<li><a href="../../media/js/jquery.js">../../media/js/jquery.js</a></li>
|
||||
<li><a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a></li>
|
||||
<li><a href=
|
||||
"../resources/foundation/dataTables.foundation.js">../resources/foundation/dataTables.foundation.js</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/foundation/3/dataTables.foundation.js">//cdn.datatables.net/plug-ins/505bef35b56/integration/foundation/3/dataTables.foundation.js</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -572,7 +574,7 @@ $(document).ready(function() {
|
||||
<li><a href=
|
||||
"//cdnjs.cloudflare.com/ajax/libs/foundation/4.3.1/css/foundation.min.css">//cdnjs.cloudflare.com/ajax/libs/foundation/4.3.1/css/foundation.min.css</a></li>
|
||||
<li><a href=
|
||||
"../resources/foundation/dataTables.foundation.css">../resources/foundation/dataTables.foundation.css</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/foundation/3/dataTables.foundation.css">//cdn.datatables.net/plug-ins/505bef35b56/integration/foundation/3/dataTables.foundation.css</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
@ -6,7 +6,8 @@
|
||||
|
||||
<title>DataTables example - jQuery UI ThemeRoller</title>
|
||||
<link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/jqueryui/dataTables.jqueryui.css">
|
||||
<link rel="stylesheet" type="text/css" href=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
|
||||
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
|
||||
<style type="text/css" class="init">
|
||||
@ -14,7 +15,8 @@
|
||||
</style>
|
||||
<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/jqueryui/dataTables.jqueryui.js"></script>
|
||||
<script type="text/javascript" language="javascript" src=
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script>
|
||||
<script type="text/javascript" language="javascript" src="../resources/demo.js"></script>
|
||||
<script type="text/javascript" language="javascript" class="init">
|
||||
@ -554,7 +556,7 @@ $(document).ready(function() {
|
||||
<li><a href="../../media/js/jquery.js">../../media/js/jquery.js</a></li>
|
||||
<li><a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a></li>
|
||||
<li><a href=
|
||||
"../resources/jqueryui/dataTables.jqueryui.js">../resources/jqueryui/dataTables.jqueryui.js</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.js">//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.js</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -577,7 +579,7 @@ $(document).ready(function() {
|
||||
<li><a href=
|
||||
"//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css</a></li>
|
||||
<li><a href=
|
||||
"../resources/jqueryui/dataTables.jqueryui.css">../resources/jqueryui/dataTables.jqueryui.css</a></li>
|
||||
"//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css">//cdn.datatables.net/plug-ins/505bef35b56/integration/jqueryui/dataTables.jqueryui.css</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user