XF 2.1 Can the Element Handlers be executed on a Message Reply from a Controller Class

abdfahim

Well-known member
I have a widget which is used to save user data into the database. Upon a successful insertion, the controller returns a "Message Reply". Can I use Element Handlers of JS framework to hide the widget (basically the DIV container) upon receiving that "Message Reply"?
 
Top Bottom