Jump to content

ianwalberg

Approved members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ianwalberg

  1. Splitting the JS returned by the async.php into a separate file and using JQuery getScript to load and run it shows that after the first time this returns true so then the rest of the JS does not run. if (!c.reviveAsync.hasOwnProperty(a)) What is this checking for? Thanks
  2. Does anyone have an example of a dynamically created div with the invocation code added? We creating the div's when a user clicks on an item which popup and then are populated based on what was clicked, this uses jquery. I believe that when the div is added by jquery it is added as text so the <script> tags not run, they are in the dom but do not run. So we changed to adding the <ins> tag and then running the asyncjs.php or ajs.php using jquery getscript and/or running the js that they return. This works and the advert is correctly displayed. However we cannot get the ad to display more than once. What are we missing? Many thanks
×
×
  • Create New...