How do I retrieve the name attribute of a selected option using jquery.

IE:

<select name="textselector">
<option name="11">Text</option>
<option name="12">Text 2</option>
</select>


In this example, I would be trying to get 12 when the "Text" option is
selected.


-- 
View this message in context: 
http://www.nabble.com/select-option-name-attribute-tp18124154s27240p18124154.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to