From: Jacob Thornton Date: Fri, 19 Aug 2011 21:24:26 +0000 (-0700) Subject: Merge branch 'master' of github.com:twitter/bootstrap X-Git-Tag: v1.1.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d0a80bdefe0fe412a1013c156bb7444ec1edcc0;p=thirdparty%2Fbootstrap.git Merge branch 'master' of github.com:twitter/bootstrap --- 4d0a80bdefe0fe412a1013c156bb7444ec1edcc0 diff --cc docs/index.html index ff592e7adf,ce28f81d4d..4cf68cf4dd --- a/docs/index.html +++ b/docs/index.html @@@ -503,40 -504,40 +504,40 @@@

Example: Zebra-striped w/ TableSorter.js

Taking the previous example, we improve the usefulness of our tables by providing sorting functionality via jQuery and the Tablesorter plugin. Click any column's header to change the sort.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#First NameLast NameLanguage
1YourOneEnglish
2JoeSixpackEnglish
3StuDentCode
#First NameLast NameLanguage
1YourOneEnglish
2JoeSixpackEnglish
3StuDentCode
 -<script type="text/javascript" src="js/jquery/jquery.tablesorter.min.js"></script>
 -<script type="text/javascript">
 -  $(document).ready(function() {
 -    $("table#sortTableExample").tablesorter( {sortList: [[1,0]]} );
 +<script src="js/jquery/jquery.tablesorter.min.js"></script>
 +<script >
 +  $(function() {
 +    $("table#sortTableExample").tablesorter({ sortList: [[1,0]] });
    });
  </script>
  <table class="common-table zebra-striped">