ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
ButtonGroup onclick or onchange event handler
Title:
B
I
{code}
?
How to capture the onclick or onchange event handler on the buttongroup control?
Save Changes
Cancel
Renga Nathan
asked at 02 Jan 2020
Answers
B
I
{code}
?
to handle the change event you do this: $('#id').on('change', function(e){...}); for the click you could do this: $('#id').closest('.awe-field').on('click', '.awe-btn', function(e){...});
Save Changes
Cancel
Omu
answered at 02 Jan 2020
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