start to move stuff around where it belongs
[myslice.git] / engine / static / js / with-datatables.js
diff --git a/engine/static/js/with-datatables.js b/engine/static/js/with-datatables.js
new file mode 100644 (file)
index 0000000..6acc764
--- /dev/null
@@ -0,0 +1,2 @@
+/* elements with class 'with-datatables' are set to use datatables */
+$(document).ready(function() {$('.with-datatables').each(function() { window.console.log('here'); $(this).dataTable() } ) } )