Hi all, Im trying to get some data from an Ajax callback and use it in another function (from a php file).
I was just wondering if there was a way to pass data returned from the callback to another function.
I could just do the function at success but, this alternative option would open a lot of other doors for me.