Jquery load url with ajax

前端 未结 3 2015
北恋
北恋 2021-01-26 10:13

I\'m trying to automatically run an ajax url when my page is fully loaded using .load() function. It seems my code doesn\'t work.

Other information:

<
3条回答
  •  独厮守ぢ
    2021-01-26 10:25

    Please check the error in your browser console

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://shareasale.com/sale.cfm?amount=99.00&tracking=15&transtype=sale&merchantID=49748. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

提交回复
热议问题