Posted on 2008-05-07 14:36
leekiang 阅读(1776)
评论(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.blogjava.net/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
是个非常好看又好用的内容滚动切换插件,可以实现按序水平或垂直方向的内容列表的切换。