Why doesn't jQuery stringify all the selected options?

n00bFRAGGER

New Member
I have a script that moves selected options between two boxes. When the submit button is clicked, it is to stringify all the options listed under the ID of the box where 'option:selected'. I am having the issue where it will only select one of two that have been highlighted. I have also tried setting the value to all under that particular ID by using .attr('option','selected') and that didn't work either. What am I doing wrong?
 
Back
Top