I am using the jQuery $.ajax() function. I have put this into a parent function, which passes some values into the ajax function. What I would like to do, is have a user d
I believe your problem is that you are passing testFunct a string, and not a function object, (is that even possible?)