Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
Tag Archives: jQuery plugin
jQuery plugin to make large select and multiple boxes suck less
Posted by mjsilva
on July 29, 2011
No comments
jQuery Autodate plugin
Posted by mjsilva
on June 17, 2011
No comments
I’ve wrote a plugin that mimics SAP date inputs behavior.
Here’s some examples:
USAGE:
$("#foo").autodate();
EXAMPLES:
01 - expands to: {current year}-{current month}-01
0102 - expands to: {current year}-02-01
010212 - expands to: 2012-02-01
010251 - expands to: 1951-02-01
01022051 - expands to: 2051-02-01
ROADMAP: * Allow different output date formats * Allow American input mm/dd/yy * Better error handling * Error translations as options
jQuery Add-Remove Plugin v2.0
Posted by mjsilva
on January 26, 2011
No comments
I’ve just found this good looking jQuery plugins that allow easy form elements duplication.
Check for yourself here: http://nilambar.com.np/demo/addremove20/
Visify.JS – A canvas based stacked bar graph library
Posted by mjsilva
on January 4, 2011
No comments
jQuery Flexigrid Improved
Posted by mjsilva
on December 28, 2010
4 comments
This is the Flexigrid originally developed by by Paulo P.Mariñas with some tweaks by me.
Improvements:
- Save state of: sort, search, column size and page (depends on jQuery Cookie)
- Added recalcLayout function to allow the layout recalc via API (By Sven)
Download it here: jquery.flexigrid_mjs