Tag Archives: jQuery plugin

jQuery plugin to make large select and multiple boxes suck less

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.

DEMO | SOURCE

jQuery Autodate plugin

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

 

DEMO | DOWNLOAD

jQuery Add-Remove Plugin v2.0

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

Website

jQuery Flexigrid Improved

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