im really stuck trying to finish this script, but the true is that i sucks at jquery (im a php devloper).
The idea is this, i have this litle form http://jsfiddle.net/34xEg/2/ . I want my user to be able to add many work experiences as they want, so any time he hits on add work all the fields in the form goes empty and the information goes to a list (a sortable one like this: http://www.ryancramer.com/projects/asmselect/examples/example1.html .
Later, when the user finish, he can delete items form the list or just send them using a button with POST or GET acctions.
The think is, i really dont have any idea of how to achieve this, i complete the form and the pickdate function (hit with your mouse on the from or to fields), if you guys can help me with a example script of how to add info to a sortable list (maybe in jquery) it will be nice, or if you have a big heart and you can show me a complete example it will be GREAT!
Thanks for any help!!!
you could use the Append function or appendTo or something in that genre, and to remove an element u use the remove function to remove items from the list… the on click you can loop through each element so you then can post them or whatever youlike to do with it