gauravpaliwal

Untitled

Aug 9th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <script type="text/javascript">
  2. $j(document).ready(function() {
  3. colorVisibleTableRows("table", "white", "whitesmoke");
  4. $j('#table').dataTable( {
  5. "aaSorting": [[ 0, "desc" ]]
  6. } );
  7. } );
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment