How can I get an ASP dropdownlist selected text in jQuery, not using the selected value?
|
|||||||||||||||||||||
|
|
Try this:
For an ASP.NET dropdown you can use the following selector:
|
|||
|
|
|
Just in case this helps anyone -- The answers posted above e.g.
didn't work for me, but this did:
Possibly an older version of jquery? |
|||||||||
|
|
|
|||||||||||
|
|
If you already have the dropdownlist available in a variable, this is what works for me:
The other answers on this question helped me, but ultimately the following thread helped the most: |
||||
|
|
|
For the text of the selected item.
For the value of the selected item.
|
|||
|
|
|
If you want a jQuery library to do this and other form tasks, I can impartially* recommend jQuery Extensions. * not that impartial, I'm the author |
|||
|
|
That will help you to get right direction. Above code is fully tested if you need further help let me know. |
|||||
|
protected by Community♦ Mar 3 '12 at 17:55
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.