[removed] Not Working In IE?

前端 未结 1 1866
闹比i
闹比i 2020-12-19 16:23

I have been trying to figure this out all afternoon, but have given up and now turning to you clever people to help :)

I have the following Jquery/Javascript functio

1条回答
  •  自闭症患者
    2020-12-19 17:06

    Just for anyone having the same issue, the problem was because the window.location was inside the Ajax post method.

    Just replace the window.location with a function() that then calls the window.location or do it after the Ajax call completely.

    0 讨论(0)
提交回复
热议问题