I'm using v1.3.2 as well, and incidentally, I also happen to be using
the same selector pattern.
I get the SELECT element, just as expected.
My guess would be that a space snuck into your selector, like this: $
('select [name^="q_select_"]')
And I'd venture further and hypothesize that your options' names start
with "q_select_".
If that's not the case, we'd indeed need a proper test case where the
selector behaves unexpectedly.
On May 19, 4:33 pm, "[email protected]"
<[email protected]> wrote:
> Hi Guys,
>
> just started to upgrade my site jquery version to the latest, now I'm
> facing some strange behaviour.
> In 1.2.6 - $('select[name^="q_select_"]') - returns the select -
> object
> In 1.3.2 - $('select[name^="q_select_"]') - returns the options of the
> select !?
>
> Some1 else facing this problem?
>
> Regards