Posted on 2008-05-07 14:36
leekiang 閱讀(1788)
評論(0) 編輯 收藏 所屬分類:
jquery(進去而已)
1,bgiframe
http://plugins.jquery.com/project/bgiframesuggested patch for div on top of flash frame problem in IE72,dimensions
http://plugins.jquery.com/project/dimensionshttp://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/clickOrEnter5,validate
http://jquery.bassistance.de/validate/demo/貓冬的表單驗證插件
http://www.cnblogs.com/wzmaodonghttp://www.yhuan.com/formvalidator/userguide.html6,png fix插件
解決png在IE5,6下的顯示問題
使用:
$("#testdiv").pngFix();?
http://plugins.jquery.com/project/pngFixhttp://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.html9,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/ajaxqueue12,corner
$(this).corner("round");http://www.methvin.com/jquery/jq-corner-demo.html13,truncate 截斷字符串
http://www.cssrain.cn/demo/truncate-2.2/index.html14,contextmenu
http://www.trendskitchens.co.nz/jquery/contextmenu/15,progress bar
http://digitalbush.com/projects/progress-bar-pluginhttp://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.php19,chartotable
http://www.hovinne.com/dev/jquery/chartotable/?好玩
20,scroll?? 滾動
http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.htmlhttp://jscroller.markusbordihn.de/example/left/http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html
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/
23,livequery
能自動給動態添加的元素綁定事件。京東商城用了。
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.tkk7.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
?多級菜單 http://p.sohei.org/jquery-plugins/clickmenu
28,
jCarousel
是個非常好看又好用的內容滾動切換插件,可以實現按序水平或垂直方向的內容列表的切換。