摘要:
jQselectable 是一个日本人开发的 jQuery 插件,用来实现多种下拉列表控制的样式,如下图所示(多列显示和透明效果):在线演示: http://jqselectable.googlecode.com/svn/trunk/index.html 阅读全文
摘要:
FlexBox 是一个 jQuery 插件用来显示动态下拉框,下拉数据可直接进行翻页显示,使用的是 JSON 格式的数据源。It can be used as a:ComboBox, with per-result html templatesSuggest box, like Google's searchData-driven type-ahead input boxIt supports:Theming/Skinning via cssFlexible pagingConfigurable client-side cachingMuch more... 阅读全文
摘要:
Tablesorter 是一个用来直接在浏览器上对表格数据进行排序的jQuery插件,无需再次刷新页面,支持多种单元格数据类型,例如数值、字符串、日期和自定义排序。主要的特点包括:多列排序支持文本、URL地址、数值、IP地址、日期类型,以及自定义类型排序支持 TH 元素的 ROWSPAN 和 COLSPAN 属性支持第二个隐藏域排序可扩展外观程序简小,打包后只有 7.4K效果:用法:1.先引两个js<script type="text/javascript" src="../js/jquery-1.3.2.min.js"></scrip 阅读全文
摘要:
效果如下:主页:http://stanlemon.net/projects/jgrowl.html下载:http://plugins.jquery.com/files/jgrowl-1.1.2.tar.gz示例:http://stanlemon.net/projects/jgrowl.htmlExample Usage and Samples:// Sample 1$.jGrowl("Hello world!");// Sample 2$.jGrowl("Stick this!", { sticky: true });// Sample 3$.jGrow 阅读全文