下載本文檔
版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、/* * jquery html dom排序插件 v1.0 * 插件名稱:sort * 文件名:jquery.sort-1.0.js * 作者:wjy * email : * 日期:2010-12 * 使用方法:$(#id).sort(order:desc,method:advance,type:string,sortitem:name,sortattr:class) * 參數(shù)選項(xiàng)說(shuō)明:* order: 排序順序,升序:asc、降序: desc * method: 簡(jiǎn)單排序: simply,高級(jí)排序:advance * type:數(shù)字排序: number,字符串排序:string * sort
2、item: 需要排序元素的class 名稱* sortele: 包含排序關(guān)鍵字的元素的class 名稱* sortattr: 排序關(guān)鍵字屬性名稱,若缺省,則用該元素的text 排序* * */ (function($) $.fn.sort = function(options) /默認(rèn)選項(xiàng)var defaults = order:desc, /升序 asc、降序 desc method:advance, /簡(jiǎn)單排序: simply,高級(jí)排序:advance type:string, /數(shù)字排序: number,字符串排序:string sortitem:, /需要排序元素的class名稱sor
3、tele:, sortattr: /排序關(guān)鍵字屬性 /排序方式標(biāo)識(shí)var order; /排序容器的jquery 對(duì)象var $sortobj; /選項(xiàng)融合var options = $.extend(defaults, options); /排序開(kāi)始return this.each(function() $sortobj = $(this); if(options.order = asc) order = -1; else order = 1; options.sortele = .+options.sortele; options.sortitem = .+options.sortitem
4、; if(options.method = simple) /調(diào)用選擇排序selectsort() else if(options.method = advance) /調(diào)用快速排序quicksort() else /默認(rèn)快速排序quicksort() ); /* * 以下為私有函數(shù)*/ /比較大小函數(shù)function compare(v1,v2) if(options.type = number) v1 = parsefloat(v1); v2 = parsefloat(v2); if(v1v2) return 1; else if(v1 = v2) return 0; else retur
5、n -1; /獲得單元格排序關(guān)鍵字function getkeyvalue($sortitem) if(options.sortattr = ) return $sortitem.find(options.sortele).text(); else return $sortitem.find(options.sortele).attr(options.sortattr); /選擇排序?qū)崿F(xiàn)函數(shù)function selectsort() var $sortitem = $sortobj.find(options.sortitem); var len = $sortitem.size(); for(
6、var i=0;i len-1;i+) /求極值var pos = i; for(var j = i+1; j0 ) pos = j; /交換if(compare(getkeyvalue($sortitem.eq(pos),getkeyvalue($sortitem.eq(i)*order0 ) var temp1 = $sortitem.eq(pos).clone(); var temp2 = $sortitem.eq(i).clone(); $sortitem.eq(pos).replacewith(temp2); $sortitem.eq(i).replacewith(temp1); /
7、下面這句很重要$sortitem = $sortobj.find(options.sortitem); /快速排序遞歸實(shí)現(xiàn)function doquicksort(left,right) var $sortitem = $sortobj.find(options.sortitem); var len = $sortitem.size(); var i,j,middle; i = left; j = right; middle = left; do while(compare(getkeyvalue($sortitem.eq(i),getkeyvalue($sortitem.eq(middle)
8、*order0) & (iright) i+;while(compare(getkeyvalue($sortitem.eq(j),getkeyvalue($sortitem.eq(middle)*orderleft) j-; if(i=j) var temp1 = $sortitem.eq(i).clone(); var temp2 = $sortitem.eq(j).clone(); $sortitem.eq(i).replacewith(temp2); $sortitem.eq(j).replacewith(temp1); /下面這句很重要$sortitem = $sortobj.find(options.sortitem); i+; j-; /alert($sortitem.eq(1).html(); while(i=j); if(lefti) doquicksort(i,right); function quicksort() doquicksort(0,$sortobj.find(opt
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年度云南省高校教師資格證之高等教育法規(guī)押題練習(xí)試題B卷含答案
- 贛南師范大學(xué)《民法》2023-2024學(xué)年第一學(xué)期期末試卷
- 贛南師范大學(xué)《兒童舞》2023-2024學(xué)年第一學(xué)期期末試卷
- 阜陽(yáng)師范大學(xué)《體育舞蹈》2022-2023學(xué)年第一學(xué)期期末試卷
- 福建師范大學(xué)協(xié)和學(xué)院《國(guó)際貿(mào)易理論與實(shí)務(wù)》2022-2023學(xué)年第一學(xué)期期末試卷
- 福建師范大學(xué)《影視藝術(shù)前沿》2022-2023學(xué)年第一學(xué)期期末試卷
- 福建師范大學(xué)《實(shí)變函數(shù)論》2022-2023學(xué)年第一學(xué)期期末試卷
- 福建師范大學(xué)《環(huán)境影響評(píng)價(jià)》2022-2023學(xué)年第一學(xué)期期末試卷
- 福建師范大學(xué)《光電子材料與技術(shù)》2023-2024學(xué)年第一學(xué)期期末試卷
- 精益管理學(xué)習(xí)資料3
- 《 經(jīng)濟(jì)數(shù)學(xué)》課程教學(xué)大綱
- 財(cái)務(wù)收支記賬表
- 沙盤(pán)游戲咨詢師試題《高級(jí)》
- 項(xiàng)目法施工管理實(shí)用手冊(cè)
- 芝麻黑石材檢測(cè)報(bào)告14001855
- 《特種加工》課程實(shí)踐調(diào)查報(bào)告(共6頁(yè))
- 關(guān)于城市運(yùn)營(yíng)的詮釋
- 房地產(chǎn)廣告公司招標(biāo)書(shū)
- 儲(chǔ)罐安裝施工方案(完整版)
- 《指南》背景下幼兒園自主性游戲指導(dǎo)策略探究
- 律師庭審筆錄(民事)
評(píng)論
0/150
提交評(píng)論