Redirect [removed] from javascript script

前端 未结 4 1958
渐次进展
渐次进展 2021-02-11 05:37

We want to serve ads on our site but the adserver we are in talks with has issues with delivering their advertising fast enough for us.

The issue as I see it is that we

4条回答
  •  余生分开走
    2021-02-11 06:00

    You'd run into some security issues going cross domain due to the Same Origin Policy. I would look into JSONP if you have access to change the advertising content/service

    http://docs.jquery.com/Ajax/jQuery.getJSON#urldatacallback

提交回复
热议问题