ops-coffee
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
|
||||

|
||||
|
||||
配合对应文章看源码更有效,文章地址:[直达链接,点我查看](https://ops-coffee.cn)
|
||||
配合对应文章看源码更有效,文章地址:[直达链接,点我查看](https://ops-coffee.cn/s/mx2gjLmO7jHKagGsWF6eJw)
|
||||
+11
-1
@@ -20,6 +20,16 @@
|
||||
<!-- 加载 Datatables -->
|
||||
<link href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css" rel="stylesheet" />
|
||||
<script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145149798-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-145149798-1');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -28,7 +38,7 @@
|
||||
<h1 style="text-align:center">Datatables Live Demo</h1>
|
||||
|
||||
<h6 style="text-align:center"><a href="https://ops-coffee.cn">@ops-coffee.cn</a>
|
||||
<a href="https://ops-coffee.cn/">点我查看对应使用文档</a></h6>
|
||||
<a href="https://ops-coffee.cn/s/mx2gjLmO7jHKagGsWF6eJw">点我查看对应使用文档</a></h6>
|
||||
|
||||
<hr />
|
||||
<table id="myTable" class="display" style="width:100%">
|
||||
|
||||
@@ -17,6 +17,16 @@
|
||||
<!-- 加载bootstrap-dualllistbox -->
|
||||
<link rel="stylesheet" href="static/bootstrap-duallistbox.css">
|
||||
<script src="static/jquery.bootstrap-duallistbox.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145149798-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-145149798-1');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -20,6 +20,16 @@
|
||||
<!-- 加载 Select2 -->
|
||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.8/css/select2.min.css" rel="stylesheet" />
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.8/js/select2.min.js"></script>
|
||||
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145149798-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-145149798-1');
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user