File "datatables-demo.js"

Full path: /home/atrmarke/public_html/atrdemolive.site/cloth/pages/js/demo/datatables-demo.js
File size: 0.1 KB (103 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

// Call the dataTables jQuery plugin
$(document).ready(function() {
  $('#dataTable').DataTable();
});