index.js 80 B

123
  1. $(function() {
  2. $('table').addClass('table table-bordered table-striped');
  3. });