Closed gansbrest closed 13 years ago
Have you tried the Options? Specifically proxyGetElementById and writeOnGetElementById.
Hi
Just tried proxyGetElementById and writeOnGetElementById with no luck :(
When use those options I can see new element added to the target container, but no content as before:
<div id="__document_write_ajax_div-4" style="display: none;"/>
Thanks a lot for looking into it!
What browser? Looks fine to me in Firefox.
Firefox/3.0.1 Linux
I use jQuery 1.3.2 and latest minified version of writeCapture (1.0.5)
Did you use any Options for your test page to make it work?
I'm going to build new page just for testing, maybe it's something else on the site interferes with the plugin.
Try the latest source. This: https://github.com/iamnoah/writeCapture/raw/master/plugin/jquery.writeCapture.js plus this: https://github.com/iamnoah/writeCapture/raw/master/writeCapture.js
Assuming this has been resolved. Reopen if you have more info.
Looks like in my case the problem was related to jQuery adding addition argument to the ad call (&_=1298768423) to prevent caching or something and because of it 3rd party ad server was returning 400 Bad Request instead of actual ad creative.
As per iamnoah suggestion I use nolib version of library and it works so far.
Thanks a lot!
I'm trying to use the plugin like this (see below), but after document ready I see white screen which constantly load something (looks like document.write was not captured or something):
Could you please take a look at that sample when you get a sec? That ad call should work for a while.
Thanks a lot!