Redirect [removed] from javascript script

前端 未结 4 1133
面向向阳花
面向向阳花 2021-02-11 05:12

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 05:58

    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

提交回复
热议问题