[jQuery] trying to talk to googleadservices via $.getScript()
Hello,
miraculously enough, this call<br clear="all">
$.getScript('<a href="http://www.googleadservices.com/pagead/conversion.js">http://www.googleadservices.com/pagead/conversion.js</a>', function() { confirm('g'); });
does nothing and this one
$.getScript('<a href="http://tracker.webtraffic.com.br/statistic.js">http://tracker.webtraffic.com.br/statistic.js</a>', function() {confirm('w')});
gives me the dialog. On firefox and IE (didn't test the others).
This is completely weird, but it does not surprise me from a company, that gives this kind of noop code to us:
<font size="-1">
if (1) {
var google_conversion_value = 1;
}
I mean, seriously (taken from </font><font size="-1"><a href="http://www.google.com/adwords/learningcenter/text/19216.html">http://www.google.com/adwords/learningcenter/text/19216.html</a></font><font size="-1">)!
But - anyone did come around this somehow, or maybe test this in his/her firebug console?
</font>
--
Jan