Hi All,
I am playing with some AJAx code and want to pass a fuunction name into my function to allow the response from the ajax request to be passed to another function for more processing...i can't figure out the correct parameters to do this:
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...
I am playing with some AJAx code and want to pass a fuunction name into my function to allow the response from the ajax request to be passed to another function for more processing...i can't figure out the correct parameters to do this:
Code:
ajax(url, data, doSomething);
//doSomthing is the variable that can take an object (like a div) a function to call another function or "" (empty string which causes an EVAL to be run on the response)
Bastien
I wish my computer would do what I want it to do,
instead of what I tell it to do...