ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Selected value of ajax radio list
Title:
B
I
{code}
?
How to get the selected value of a ajax radio list using jquery. I am trying to get with simple jquery below: $("#ddlMenu").change(function () { $('[name=id]').prop('checked', false); var ddlMenuName = $("#ddlMenu"); var typeid = $(this).val(); but I receive "" as output in typeid. Please help
Save Changes
Cancel
SalesARM
asked at 16 Aug 2020
you can call: `$("#ddlMenu").val()`
at 16 Aug 2020
Omu
how to get the text of selected item from ajax radio list
at 23 Aug 2020
SalesARM
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