t; will get you the first index of that array
>
> or you could set it as a variable to get the value:
> var list = $('#selection').val();
> list[0]; // first in array list
>
> On Feb 10, 3:04 pm, min wrote:
>
>
>
> > Hi, the following code can only get on
= $('#selection').val();
> list[0]; // first in array list
>
> On Feb 10, 3:04 pm, min wrote:
>
>
>
> > Hi, the following code can only get one selected value in the
> > multiselection.
>
> > $('#selection')[0].value
>
> > Howeve
Hi, everyone.
The following code can only get only one selected value in the
multiple selection widget: $('#selection')[0].value
However, I want to get all the selected values in the multi-select.
Could you plesease give me some suggestions
thanks
min
Hi, the following code can only get one selected value in the
multiselection.
$('#selection')[0].value
However, I want to get all the selected values from the multiselection
Could you please give me some suggestions
thanks
min
Hi,
Im using slidetoggle effecto to show/hide some form (form1), and hide/
show other form (form2). So when form1 is hiding, form2 is showing.
Now Im trying to focus some input when the effect has finished, for
example form1.myInput, but im not able... When I try to do it in a
callback, it focus
5 matches
Mail list logo