[jQuery] Re: How to get the selected values in the multiselection

2009-02-10 Thread min
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

[jQuery] Re: How to get the selected values in the multiselection

2009-02-10 Thread min
= $('#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

[jQuery] How to get the selected values in multi-select

2009-02-10 Thread min
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

[jQuery] How to get the selected values in the multiselection

2009-02-10 Thread 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

[jQuery] focus element after some effect

2008-10-29 Thread 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