ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Event after AjaxCheckboxList is refreshed
Title:
B
I
{code}
?
Hi my question is: How can I add a listener on a AjaxCheckboxList refreshed or reloaded event? The AjaxCheckboxList will be refreshed by a parent selection. I need something like this: @Html.Awe().AjaxCheckboxList("myelements").Parent("myparentelement"); ... $("#myelements").afterLoad(function (){ console.log("Myelements refreshed"); }); Thanks in advance, Christoph
Save Changes
Cancel
PDMDSUI
asked at 03 Feb 2014
Answers
B
I
{code}
?
yes, it's called "aweload" (most awesome helpers have it) $('#ChildMeals').on('aweload', function(){ alert('hi'); }); you can try it here in the browser console: http://demo.aspnetawesome.com/AjaxCheckBoxListDemo
Save Changes
Cancel
Omu
answered at 03 Feb 2014
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