ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
How to read the text of ajax.dropdown
Title:
B
I
{code}
?
I am trying to read the text of ajax dropdown in jquery as: var x = $("#drpdown").text() but I am not getting the text as ajaxdropDown is creating div and giving id to that div, instead of select list. So how to get the text ?
Save Changes
Cancel
Tanuj Shrivastava
asked at 22 Jul 2016
this will give you the select $('#id').parent('.awe-field').find('select')
at 22 Jul 2016
Omu
thanks for the help
at 23 Jul 2016
Tanuj Shrivastava
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK