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
That is cool, sis. Can you use it for a packing list as well?
[Comment ID #258380 Will Be Quoted Here]
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://regretless.com/stuff/webTips/dodosPicklist/index.html
Please advise
Upgrade to IE 7…
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;
[Comment ID #276965 Will Be Quoted Here]
Hi kppullin,
Your solution doesn’t fix the problem in IE 6.
😦