IE not triggering jQuery Ajax success

后端 未结 13 1138
心在旅途
心在旅途 2020-12-06 10:50

I\'m working on a script to load some images async using jQuery.

Here is a code snippet of the function that loads the images -

try{
    for(img in i         


        
13条回答
  •  南笙
    南笙 (楼主)
    2020-12-06 11:18

    I'd suggest using Charles Proxy to see what's going on - i.e. is the request going out at all? What's the response?

    Also, I think there might be some Exception thrown, so why don't you add some alerts in the Catch section to see what happens?

提交回复
热议问题