Returning Value From Javascript Object
I have created a javascript object and im trying to fetch som data from it. Im using jquery ajax to fetch send some values and then returing them from a php script. this works, bu
Solution 1:
Maybe you can use callbacks it will solve your async problems: http://recurial.com/programming/understanding-callback-functions-in-javascript/
Post a Comment for "Returning Value From Javascript Object"