I had whipped up this demo a while back.  It shows how to get the selected
option.
http://commadot.com/jquery/selectBoxNav.php

Glen

On Jan 21, 2008 2:43 PM, rayfidelity <[EMAIL PROTECTED]> wrote:

>
> Hi,
>
> I have array of selects, and i filter them with:
> $inputs.filter("[name='qty[]']"). I want to get selected value. But i
> don't know how...
>
> I tried with:
>
> $inputs.filter("[name='qty[]']").filter("select
> option:selected").val();
> $inputs.filter(function(){"[name='qty[]']" && "select
> option:selected"}).val();
>
> And some other things...but without success...can anyone help?
>

Reply via email to