PHP/Codeigniter processing a list with javascript

Posted by user270797 on Stack Overflow See other posts from Stack Overflow or by user270797
Published on 2010-06-15T04:16:01Z Indexed on 2010/06/15 4:22 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

I have a list of items that the user can select. I want it to be more user friendly than standard checkboxes so I have seperate div's each with a unique id.

When user clicks an item, I use javascript to display a tick on top of that item and change the style to show that it is highlighted.

Im trying to work out how I can pass the list of id's when the form is submitted. Remember, if the user unticks an item, it should be removed from the list, I was thinking of using comma seperated values in a hidden text field but couldnt work out how to remove items from the start of the list if they were deselected

© Stack Overflow or respective owner

Related posts about php

Related posts about list