Thank you Karl. This one had me perplexed also.
On Aug 29, 10:00 pm, "Karl Rudd" <[EMAIL PROTECTED]> wrote:
> Try using .text() on the selected option. e.g.:
>
> $('select option:selected').text()
>
> Karl Rudd
>
> On 8/30/07, Duncan <[EMAIL PROTECTED]> wrote:
>
> > I am struggling with getti
Thankyou! works like a charm
On 8/30/07, Karl Rudd <[EMAIL PROTECTED]> wrote:
>
> Try using .text() on the selected option. e.g.:
>
> $('select option:selected').text()
>
> Karl Rudd
>
> On 8/30/07, Duncan <[EMAIL PROTECTED]> wrote:
> >
> > I am struggling with getting the text label of the sel
Try using .text() on the selected option. e.g.:
$('select option:selected').text()
Karl Rudd
On 8/30/07, Duncan <[EMAIL PROTECTED]> wrote:
>
> I am struggling with getting the text label of the selected item in a
> select box.
>
> $('##Suburb').attr("value") will give me the id (e.g. 4) of th
3 matches
Mail list logo