Sortable listbox

Sortable listbox


Does anybody know how to create a sortable/draggable listbox using the
SELECT tag (I want to make a graphical query tool where the required
fields can be chosed and ordered).
I have tried using the ui.sortable.js library and using the code $
("#Select1").sortable({}); but this does not seem to work.
Any ideas?
Thanks