5443bb28 by yangjianbin

init

1 parent 93104e87
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
102 ] 102 ]
103 }); 103 });
104 104
105 $.fn.dataTableExt.afnFiltering.push( 105 /*$.fn.dataTableExt.afnFiltering.push(
106 function (oSettings, aData, iDataIndex) { 106 function (oSettings, aData, iDataIndex) {
107 var min = document.getElementById('min').value; 107 var min = document.getElementById('min').value;
108 var max = document.getElementById('max').value; 108 var max = document.getElementById('max').value;
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
134 134
135 function resetHandler() { 135 function resetHandler() {
136 $('#table').DataTable().columns().search("").draw(); 136 $('#table').DataTable().columns().search("").draw();
137 } 137 }*/
138 </script> 138 </script>
139 </body> 139 </body>
140 <html> 140 <html>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!