Dodo’s Picklist
March 23rd, 2008
I needed a pick list script at work. I looked around and found a jQuery plugin but it didn’t do all I wanted so I modified it. I thought I’d share my final results with you. I will contact the original author to see if he wants to include my changes to his version as well.
- Requires jQuery
- A modified version of jqmultiselects jQuery plugin
- Select options sorting code taken from select box manipulation
- Choose one or more to add or remove. Or add all or remove all at once
- Options are sorted to keep them in the same order
Live demo + Documentation + Download
7 Comments Leave a Comment
March 25th, 2008 at 3:55 pmSarah on 3/25/2008 at 3:55 pm said:
That is cool, sis. Can you use it for a packing list as well?
What’s a packing list?
Thanks this is a really welcome pluginn
I’m receiving runtime error: Line 212 Error: Invalid Index in IE 6
http://pure-essence.net/stuff/webTips/dodosPicklist/index.html
Please advise
The issue w/ IE6 is in the sort function. You’ll need to change o[i].text = sA[i].t; to o[i].innerHTML = sA[i].t;
kppullin on 5/16/2009 at 1:09 pm said:
The issue w/ IE6 is in the sort function. You’ll need to change
o[i].text = sA[i].t;too[i].innerHTML = sA[i].t;
Hi kppullin,
Your solution doesn’t fix the problem in IE 6.
:-(



That is cool, sis. Can you use it for a packing list as well?