facebook twitter hatena line email

Javascript/jqueryライブラリ/tablesorter.js

提供: 初心者エンジニアの簡易メモ
2015年5月20日 (水) 02:59時点における127.0.0.1 (トーク)による版 (ページの作成:「==ダウンロード== wget http://tablesorter.com/__jquery.tablesorter.zip unzip __jquery.tablesorter.zip ==サンプル== <<nowiki />script type="text/javascript" s...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

ダウンロード

wget http://tablesorter.com/__jquery.tablesorter.zip
unzip __jquery.tablesorter.zip

サンプル

<script type="text/javascript" src="/assets/js/jquery.tablesorter.js"></script>
<script type="text/javascript">
  jQuery(function($) {
    $("#r4").tablesorter({widgets: ['zebra']});
  });
</script>
<table id='r4'>
</table>