HTML/Javascript component that allows users to select from list of items and order their choices
I'm looking to present a user with a list of items, allow the user to select the ones he wants, and order the ones he selected. I'm currently managing it with two list boxes - one of the availabl开发者_如何转开发e items and one of the chosen items - four buttons (left and right to move between the boxes and up and down to reposition items), and jquery.
Both the code and the current result look ugly. I remember seeing a plugin (perhaps jquery) that could do this but I can't seem to locate it.
Does anyone have any suggestions?
You could try sexyselect -
http://www.sexyselect.net
Sexyselect was actually not capable of doing what I wanted, at least not in any easy way. I discovered asmselect http://code.google.com/p/jquery-asmselect/ which does exactly what I want very easily.
精彩评论