Hello,
I have this :
<select id="CheckList" multiple="multiple">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
</select>
Is it possible with jQuery to get a full list of the options with separator bewteen like this : 1,2,3,4
Thanks,