hello,
How can I get asp dropdownlist selected text in Jquery, not selected value/
|
|
hello, How can I get asp dropdownlist selected text in Jquery, not selected value/
|
||
|
|
|
|
|
||
|
|
|
|
Try this:
For an ASP.NET dropdown you can use the following selector:
|
||
|
|
|
|
Also, should your dropdownlist have a size of 1 (one), meaning it only displays one thing at a time, you can just use:
However, the answer provided by phoenix is the sure-fire way. |
||
|
|