很有用的jquery插件
Posted on 2008-05-07 14:36 leekiang 閱讀(1790) 評(píng)論(0) 編輯 收藏 所屬分類(lèi): jquery(進(jìn)去而已)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/
貓冬的表單驗(yàn)證插件
http://www.cnblogs.com/wzmaodong
http://www.yhuan.com/formvalidator/userguide.html
6,png fix插件
解決png在IE5,6下的顯示問(wèn)題
使用:
http://plugins.jquery.com/project/pngFix
http://jquery.andreaseberhard.de/pngFix/
7,Accordion
應(yīng)該是使用最多的jquery accordian.回復(fù)比較多
http://bassistance.de/jquery-plugins/jquery-plugin-accordion/
http://groups.google.com/group/jquery-ui/topics?作者要求回復(fù)到這里
8,hoverIntent
能根據(jù)鼠標(biāo)的移出移入速度和是否停留進(jìn)行相應(yīng)的處理
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
好像是支持按照發(fā)出請(qǐng)求的順序來(lái)依次執(zhí)行回調(diào)函數(shù)(不處理的話快速發(fā)出大量請(qǐng)求時(shí)響應(yīng)會(huì)亂)。
某人的評(píng)論:
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 截?cái)嘧址?br />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簡(jiǎn)單
16,multiple-file-upload
http://www.fyneworks.com/jquery/multiple-file-upload/
17,easydrag
http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/
簡(jiǎn)潔的拖動(dòng)功能實(shí)現(xiàn)。比 interface 插件的簡(jiǎn)單很多,對(duì)拖動(dòng)有很高要求的可以參考這個(gè)插件來(lái)定制。http://space.cnblogs.com/RChen/木野狐對(duì)此插件稍有修改,在兩篇帖子里有介紹(擴(kuò)展了 jquery 的插件 easy drag , 漂浮窗口拖動(dòng)雜談(續(xù)) )
18,jCarouselLite
http://gmarwaha.com/jquery/jcarousellite/index.php
19,chartotable
http://www.hovinne.com/dev/jquery/chartotable/?好玩
20,scroll?? 滾動(dòng)
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html
http://jscroller.markusbordihn.de/example/left/
http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
21,calculation計(jì)算插件
$("input[@name='price1'], input[@name='price2'], input[@name='price3']").sum("keyup", "#totalprice")
這個(gè)插件也沒(méi)有考慮四舍五入的問(wèn)題,例如1.3+2.667
http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm
22,jQuery Easing?? 緩和?
http://gsgd.co.uk/sandbox/jquery/easing/
23,livequery
能自動(dòng)給動(dòng)態(tài)添加的元素綁定事件。京東商城用了。
http://feiyu.asgard.cn/article_155.html
24,jtemplates
Template engine in JavaScript. Plugin to jQuery.
http://jtemplates.tpython.com/
http://hi.baidu.com/df1019/blog/item/42ba7ffbfea208106c22eb53.html
http://hi.baidu.com/df1019/blog/item/d4cfbd2b380863fce6cd4089.html
http://www.aygfsteel.com/OneEyeWolf/archive/2008/11/17/240999.html
25,jcache
A client-side caching plugin
http://www.skidvn.com/jcache
http://www.hackeye.com/article/5487/
26,
Jquery Floating Box Plugin
http://www.phpletter.com/Demo/Jquery-Floating-Box-Plugin/
27,clickmenu
?多級(jí)菜單 http://p.sohei.org/jquery-plugins/clickmenu
28,
jCarousel 是個(gè)非常好看又好用的內(nèi)容滾動(dòng)切換插件,可以實(shí)現(xiàn)按序水平或垂直方向的內(nèi)容列表的切換。
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/
貓冬的表單驗(yàn)證插件
http://www.cnblogs.com/wzmaodong
http://www.yhuan.com/formvalidator/userguide.html
6,png fix插件
解決png在IE5,6下的顯示問(wèn)題
使用:
$("#testdiv").pngFix();?
http://plugins.jquery.com/project/pngFix
http://jquery.andreaseberhard.de/pngFix/
7,Accordion
應(yīng)該是使用最多的jquery accordian.回復(fù)比較多
http://bassistance.de/jquery-plugins/jquery-plugin-accordion/
http://groups.google.com/group/jquery-ui/topics?作者要求回復(fù)到這里
8,hoverIntent
能根據(jù)鼠標(biāo)的移出移入速度和是否停留進(jìn)行相應(yīng)的處理
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
好像是支持按照發(fā)出請(qǐng)求的順序來(lái)依次執(zhí)行回調(diào)函數(shù)(不處理的話快速發(fā)出大量請(qǐng)求時(shí)響應(yīng)會(huì)亂)。
某人的評(píng)論:
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 截?cái)嘧址?br />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簡(jiǎn)單
16,multiple-file-upload
http://www.fyneworks.com/jquery/multiple-file-upload/
17,easydrag
http://fromvega.com/wordpress/2007/07/14/easydrag-jquery-plugin/
簡(jiǎn)潔的拖動(dòng)功能實(shí)現(xiàn)。比 interface 插件的簡(jiǎn)單很多,對(duì)拖動(dòng)有很高要求的可以參考這個(gè)插件來(lái)定制。http://space.cnblogs.com/RChen/木野狐對(duì)此插件稍有修改,在兩篇帖子里有介紹(擴(kuò)展了 jquery 的插件 easy drag , 漂浮窗口拖動(dòng)雜談(續(xù)) )
18,jCarouselLite
http://gmarwaha.com/jquery/jcarousellite/index.php
19,chartotable
http://www.hovinne.com/dev/jquery/chartotable/?好玩
20,scroll?? 滾動(dòng)
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html
http://jscroller.markusbordihn.de/example/left/
http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
21,calculation計(jì)算插件
$("input[@name='price1'], input[@name='price2'], input[@name='price3']").sum("keyup", "#totalprice")
這個(gè)插件也沒(méi)有考慮四舍五入的問(wèn)題,例如1.3+2.667
http://www.pengoworks.com/workshop/jquery/calculation/calculation.plugin.htm
22,jQuery Easing?? 緩和?
http://gsgd.co.uk/sandbox/jquery/easing/
23,livequery
能自動(dòng)給動(dòng)態(tài)添加的元素綁定事件。京東商城用了。
http://feiyu.asgard.cn/article_155.html
24,jtemplates
Template engine in JavaScript. Plugin to jQuery.
http://jtemplates.tpython.com/
http://hi.baidu.com/df1019/blog/item/42ba7ffbfea208106c22eb53.html
http://hi.baidu.com/df1019/blog/item/d4cfbd2b380863fce6cd4089.html
http://www.aygfsteel.com/OneEyeWolf/archive/2008/11/17/240999.html
25,jcache
A client-side caching plugin
http://www.skidvn.com/jcache
http://www.hackeye.com/article/5487/
26,
Jquery Floating Box Plugin
http://www.phpletter.com/Demo/Jquery-Floating-Box-Plugin/
27,clickmenu
?多級(jí)菜單 http://p.sohei.org/jquery-plugins/clickmenu
28,
jCarousel 是個(gè)非常好看又好用的內(nèi)容滾動(dòng)切換插件,可以實(shí)現(xiàn)按序水平或垂直方向的內(nèi)容列表的切換。