Ajax Callback return response?
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.
Related Article: Ajax + jquery return problem
is a solved JavaScript / DHTML / AJAX discussion thread by veledrom that has 1 reply and was last updated 1 year ago.
soapyillusion
Junior Poster in Training
88 posts since Dec 2009
Reputation Points: 10
Solved Threads: 6
Skill Endorsements: 0
Ok so I decided against using an ajax callback of any kind. I decided im just going to return a php variable to my view, and it first seemed very promising. But I've hit another snag. Outputing only as many {index:val} with in an javascript array as there are indexes in a php variable. This length will be different each time the action is ran therefore the number of {index:value} outputed with in javascript object will also be different everytime.
Any ideas anyone?
P.S im outputting this javascript object within a JqGrid.
Thanks!
soapyillusion
Junior Poster in Training
88 posts since Dec 2009
Reputation Points: 10
Solved Threads: 6
Skill Endorsements: 0