Raghu Kasturi

Results 2 comments of Raghu Kasturi

Here is the code snippet that I had in place: Line 41: var selected = []; $(parent_selector).each(function() { $(":selected", this).each(function() { selected.push($(this).val()); }); }); Line 56: var hasSelectedClass = false;...

Hi Prabinkarma, Did you try the code I posted? Multi-select works for me with that code. My code is based on Version: 0.9.4. Regards, Raghu