Hello,
I am looking for Javascript codes where you can move the list of data in left side to the right side. For example:
Attendance:
John Albert
Albert Victory
Kim >> James
Kayla
Victory
James
Out of the 6 people only 3 students attend the class. All the registered students are on the left box whereas the total attendance are on the right box (the admin can choose the attendance by selecting the student names and clicking the arrow to copy the name to the right box.
I would like to be able to create something like that with Javascript (someone told me that I have to use Javascript to do this), yet I do not know how to do it.
Can anyone help me to do this?
Is there any free script of the finished work or tutorial on how to do this?
Thanks in advance.