Blame | Last modification | View Log | Download
asmSelect - Alternate Select MultipleDocumentation and more information at:http://code.google.com/p/jquery-asmselect/See related article at:http://www.ryancramer.com/journal/entries/select_multiple/VERSION 1.0.6 beta - August 2011- Update for jQuery 1.6 compatibilityVERSION 1.0.5 beta - November 2010- Updates and bugfixes in preparation for inclusionwith ProcessWire 2.x core modules.VERSION 1.0.4a beta - June 3rd, 2009- Minor update to correct IE8 issue.Thanks to Matthew Hutton for this fix.VERSION 1.0.4 beta - December 1, 2008- Fixed issue that interfered with multiple asmSelectson the same page. This also solves an issue withdynamically rendered (ajax) asmSelects on 1 page.- Changed options so that "animate" and "highlight"now default to "false". These are just a bit tooslow on older computers, so I thought it would bebetter not to make them active defaults.- Added code that triggers a change() event on theoriginal <select multiple> whenever a change ismade on the asmSelect. This means that other bitsof javascript don't need to know about asmSelectif they happen to be monitoring the original<select multiple> for changes.- Added some additional logic for dealing with IE anddetermining whether a click preceded an item beingadded to the list. This was necessary because IEtriggers change events when you are scrolling aroundin a select. Thankfully not an issue with other browsers.- Added "optionDisabledClass" in program options.This is a class assigned to <option> items thatare disabled. This was necessary because onlySafari allows the "disabled" attribute withoption tags (as far as I can tell). This ismostly for internal use with asmSelect, so you canignore this unless you want to come up with your ownstyles for disabled option items.- Added logic to detect Opera and force a redraw ofthe 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 Firefoxautocomplete issue, which can be a factor on someasmSelect implementationsVERSION 1.0.3 beta- This version was released in the issues sectionof the Google code site, but never released asa full package. It fixed the issue with multipleasmSelects on a single page.VERSION 1.0.2 beta - July 15, 2008- Updated license to consistent with jQuery andjQuery UI: Dual MIT and GNU license.- Fixed issue with IE6 where original select multiplewould reappear when sorting was enabled.- Put in a partial fix for when IE6 select is beingscrolled without being focused. (ieClick)- Updated for some other minor IE6 fixes, but stillnot 100% on IE6, see 'Known Issues' in docs.- Changed 'animate' and 'highlight' to be false bydefault. These are too slow on old computers.- Added new class to CSS 'optionDisabledClass' thatis applied to disabled options. This was necessarybecase Firefox and IE don't fade disabled optionslike Safari does.- Removed some extraneous code.VERSION 1.0.1 beta - July 7, 2008- Corrected an issue with IE where asmSelect didn't work if option values were blank.VERSION 1.0.0 beta - July 5, 2008Initial releaseCopyright 2008 by Ryan Cramer