[jQuery] Getting the TEXT of an option tag, not the value.
Have you tried doing $('#filter option:selected').text();
There was a similar problem with using option@selected before. No one
explained why it wasn't working though
Kush
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of Mungbeans
Sent: Tuesday, 19 December 2006 10:41 AM
To: discuss@jquery.com
Subject: Re: [jQuery] Getting the TEXT of an option tag, not the value.
Andy Matthews