很有用的jquery插件

1,bgiframe
http://plugins.jquery.com/project/bgiframe
suggested patch for div on top of flash frame problem in IE7
2,dimensions
http://plugins.jquery.com/project/dimensions
http://brandonaaron.net/docs/dimensions/
3,suggest
http://www.vulgarisoip.com/2007/06/29/jquerysuggest-an-alternative-jquery-based-autocomplete-library/
4,hotkey
 $.hotkeys.add('Ctrl+c', function(){ alert('copy anyone?');});
 $.hotkeys.remove('Ctrl+c');
http://code.google.com/p/js-hotkeys/
http://plugins.jquery.com/project/clickOrEnter
5,validate
http://jquery.bassistance.de/validate/demo/
貓冬的表單驗證插件
http://www.cnblogs.com/wzmaodong
http://www.yhuan.com/formvalidator/userguide.html
6,png fix插件
解決png在IE5,6下的顯示問題
使用:$("#testdiv").pngFix(); 
http://plugins.jquery.com/project/pngFix
http://jquery.andreaseberhard.de/pngFix/
7,Accordion
應該是使用最多的jquery accordian.回覆比較多
http://bassistance.de/jquery-plugins/jquery-plugin-accordion/
http://groups.google.com/group/jquery-ui/topics 作者要求回覆到這裏
8,hoverIntent
能根據鼠標的移出移入速度和是否停留進行相應的處理
http://cherne.net/brian/resources/jquery.hoverIntent.html
9,slide幻燈效果
http://www.malsup.com/jquery/cycle/
10,tooltip
http://jquery.bassistance.de/tooltip/demo/
11,ajax Queue
好像是支持按照發出請求的順序來依次執行回調函數(不處理的話快速發出大量請求時響應會亂)。
某人的評論:
The uses of this plugin are pretty obscure to most people. This plugin helps you deal with situations where a javascript function is completing before you intend for it, and allowing other functions to execute, while a crucial function somewhere is still processing. Some know what I’m talking about… this plugin was absolutely crucial for our ajax comments. God bless the authors.
http://plugins.jquery.com/project/ajaxqueue
12,corner
$(this).corner("round");
http://www.methvin.com/jquery/jq-corner-demo.html
13,truncate 截斷字符串
http://www.cssrain.cn/demo/truncate-2.2/index.html
14,contextmenu
http://www.trendskitchens.co.nz/jquery/contextmenu/
15,progress bar
http://digitalbush.com/projects/progress-bar-plugin
http://www.jb51.net/article/13993.htm簡單
16,multiple-file-upload
http://www.fyneworks.com/jquery/multiple-file-upload/
17,easydrag
http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/
簡潔的拖動功能實現。比 interface 插件的簡單很多,對拖動有很高要求的可以參考這個插件來定製。http://space.cnblogs.com/RChen/木野狐對此插件稍有修改,在兩篇帖子裏有介紹(擴展了 jquery 的插件 easy drag , 漂浮窗口拖動雜談(續)
18,jCarouselLite
http://gmarwaha.com/jquery/jcarousellite/index.php
19,chartotable
http://www.hovinne.com/dev/jquery/chartotable/ 好玩
20,scroll   滾動
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html
http://jscroller.markusbordihn.de/example/left/
21,calculation計算插件
$("input[@name='price1'], input[@name='price2'], input[@name='price3']").sum("keyup", "#totalprice")
這個插件也沒有考慮四捨五入的問題,例如1.3+2.667
http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm

22,jQuery Easing   緩和?
http://gsgd.co.uk/sandbox/jquery/easing/

50多個強大的jQuery插件應用實例

45個新鮮出爐的jQuery插件

37個更加出色的jQuery插件

發佈了0 篇原創文章 · 獲贊 0 · 訪問量 8935
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章