Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  47 <script>
  2.  48 $(document).ready(function(){
  3.  49 $(function(){
  4.  50 $("#overview").tablesorter(
  5.  51 {
  6.  52 theme : 'blue',
  7.  53 headerTemplate : '{content}{icon}',
  8.  54 cssIcon:'{icon}',
  9.  55 widgets : ["filter"],
  10.  56 widgetOptions: {
  11.  57     uitheme: 'jui',
  12.  58     }
  13.  59 });
  14.  60 });
  15.  61 });
  16.  62 </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement