The event looks to be successfully bound to the html element with class .AjaxUpdateArea
But when I click the button that triggers the AjaxUpdate, it looks that the js event 'awPostAjaxUpdate' is not being fired because there's neither logging into the console nor alerts by the browser.
Is there any step I'm not performing in the right way?
Thanks
I'm following this developer document to set up a javascript code line being executed after an AjaxUpdateArea event occurs.
I built up a test AjaxUpdateArea:
I added the following javascript code into a javascript resource that is loaded always:
The event looks to be successfully bound to the html element with class .AjaxUpdateArea
But when I click the button that triggers the AjaxUpdate, it looks that the js event 'awPostAjaxUpdate' is not being fired because there's neither logging into the console nor alerts by the browser.
Is there any step I'm not performing in the right way?
Thanks