You could do sth like:

var ok = false;

$('.elementInListbox').each(function(){
if ($(this).attr('checked') == checked){ok = true);}
});

You will have to set your attributes according to the type of your
elements though.

On Feb 25, 9:55 am, Bluesapphire <michealg...@gmail.com> wrote:
> Hi!
>     How can i check that atleast one option is selected in multiselect
> listbox. How can this be done through JQUERY.
>
> Thanks in advance

Reply via email to