jQuery $.ajax(), pass success data into separate function

前端 未结 6 820
难免孤独
难免孤独 2020-12-02 13:23

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

6条回答
  •  被撕碎了的回忆
    2020-12-02 14:06

    I believe your problem is that you are passing testFunct a string, and not a function object, (is that even possible?)

提交回复
热议问题