I would somehow assume that something like that has been asked but can’t find anything.
- At the beginning, all students are in the left list.
- User can move students to the right list by clicking on the arrow
- User can move students back to the original list
- If group of students is too large, user can search with autocomplete
- Pressing add (or enter) adds shifts the autocompleted student from left to right

I’m lost with where and how to start. What I’ve done so far.
Autocomplete works, there is no ‘add’ button yet.
The left list is populated.
What are good ways for:
- moving the students left and right
- connecting the lists with the autocomplete box
I’m not troubled by the serverside parts (PHP/mysql), but I rarely use js/jQuery and would be glad for any hints on how to approach this.
Something like this?
markup:
example: http://jsfiddle.net/niklasvh/3SrKL/