熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Java編程 >> JSP教程 >> 正文

一實用的Javascript類庫(表格排序)

2022-06-13   來源: JSP教程 

  用法:

  添加JS

  QUOTE:
<SCRIPT src=//sorttablejs type=text/JavaScript></SCRIPT>

  添加TABLE注意的是一定要有IDclass為sortable

  QUOTE:
<table class=sortable id=mytable>

  OK可以了簡單的吧

  如果覺得太單調自己加點CSS吧官方給出了改HEAD的CSS

  QUOTE:
/* Sortable tables */
tablesortable asortheader {
    backgroundcolor:#eee;
    color:#;
    fontweight: bold;
    textdecoration: none;
    display: block;
}
tablesortable spansortarrow {
    color:black;
    textdecoration: none;


From:http://tw.wingwit.com/Article/program/Java/JSP/201311/19183.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.