Is it possible to add a custom callback after the data comes back? Something like data-callback and have that function executed so you can do other processing (form validation messages, custom animations, call other events).
@arkrozycki this has been done in 0.7.0. There is now a eldarion-ajax:begin and eldarion-ajax:success event. the success event now fires at the beginning of processing instead of at the end.
Is it possible to add a custom callback after the data comes back? Something like data-callback and have that function executed so you can do other processing (form validation messages, custom animations, call other events).