How do I get the select box values in YUI 3?
Posted
by Jasie
on Stack Overflow
See other posts from Stack Overflow
or by Jasie
Published on 2009-07-28T21:04:58Z
Indexed on
2010/05/07
4:08 UTC
Read the original article
Hit count: 429
In YUI 3 I have a node that is my select box:
Y.get('#regionSelect');
How do I get the <option>
values that are currently selected (even if there are more than one?) Also, is there a tutorial out there that tells me explicitly how to do this (I don't want to serialize a whole form)?
© Stack Overflow or respective owner