Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Releases for asmSelect - Alternative Select Multiple


asmSelect - Alternative Select Multiple 1.0.4-beta

Download: asmselect-1.0.4-beta.zip
Size: 46.23 KB
md5_file hash: fc6e5ef4d18d12f4855f019c8eb6b217
First released: December 1, 2008 - 10:54am
Last updated: December 1, 2008 - 10:52am

asmSelect is a jQuery plugin providing progressive enhancement to select multiple form elements. It provides a simpler alternative with several advantages. This new version includes several fixes and enhancements. Read more about asmSelect at the asmSelect project site

Changes in 1.0.4

Fixed issue that interfered with multiple asmSelects on the same page. This also solves an issue with dynamically rendered (ajax) asmSelects on 1 page.

Changed options so that “animate” and “highlight” now default to “false”. These are just a bit too slow on older computers, so I thought it would be better not to make them active defaults.

Added code that triggers a change() event on the original select multiple whenever a change is made on the asmSelect. This means that other bits of javascript don’t need to know about asmSelect if they happen to be monitoring the original select multiple for changes.

Added some additional logic for dealing with IE and determining whether a click preceded an item being added to the list. This was necessary because IE triggers change events when you are scrolling around in a select. Thankfully not an issue with other browsers.

Added “optionDisabledClass” in program options. This is a class assigned to items that are disabled. This was necessary because only Safari allows the “disabled” attribute with option tags (as far as I can tell). This is mostly for internal use with asmSelect, so you can ignore this unless you want to come up with your own styles for disabled option items.

Added logic to detect Opera and force a redraw of the html list when original select is modified. Previously, opera would not draw the new list items… They were in the DOM, just not on Opera’s screen.

Updated documentation with note about the Firefox autocomplete issue, which can be a factor on some asmSelect implementations

asmSelect - Alternative Select Multiple 1.0.2-beta

Download: asmselect-1.0.2-beta.zip
Size: 41.34 KB
md5_file hash: e76f7e821b8c9ede966ed5290b84d63c
First released: July 15, 2008 - 5:06pm
Last updated: July 15, 2008 - 5:06pm

VERSION 1.0.2 beta - July 15, 2008

  • Updated license to consistent with jQuery and jQuery UI: Dual MIT and GNU license.
  • Fixed issue with IE6 where original select multiple would reappear when sorting was enabled.
  • Put in a partial fix for when IE6 select is being scrolled without being focused. (ieClick)
  • Updated for some other minor IE6 fixes, but still not 100% on IE6, see 'Known Issues' in docs.
  • Changed 'animate' and 'highlight' to be false by default. These are too slow on old computers.
  • Added new class to CSS 'optionDisabledClass' that is applied to disabled options. This was necessary because Firefox and IE don't fade disabled options like Safari does.
  • Removed some extraneous code.

Documentation at: http://code.google.com/p/jquery-asmselect/

asmSelect - Alternative Select Multiple 1.0.1-beta-2

Download: asmselect-1.0.1-beta.zip
Size: 39.73 KB
md5_file hash: b420454feb8abc024250aac0e2b31c89
First released: July 7, 2008 - 9:44pm
Last updated: July 7, 2008 - 9:43pm

Corrected an issue with IE where asmSelect didn't work if option values were blank.

asmSelect - Alternative Select Multiple 1.0.0-beta-1

Download: asmselect-1.0.0-beta.zip
Size: 39.55 KB
md5_file hash: 4917136665b66d0da9f58a39a979635e
First released: July 5, 2008 - 1:44am
Last updated: July 5, 2008 - 1:42am

Version 1.0 beta. First release, and seeking input. Please see more information at http://code.google.com/p/jquery-asmselect/