jQueryサンプル

jQuery UIの処理

番号名前年齢
522
1高橋49
2佐藤35
3山田29
4佐々木62
【CSS】 h1 { font-size:14pt; border-bottom:1px dotted gray; width:320px; } 【JavaScript】 $(function(){ $("#myTable").tablesorter({ sortList:[[0,1]] }); });