Test » History » Version 11
Dan Smith, 04/24/2024 02:49 PM
1 | 11 | Dan Smith | <a href="#" onClick="do_download();">click here</a> |
---|---|---|---|
2 | 9 | Dan Smith | |
3 | 1 | Dan Smith | <script> |
4 | 11 | Dan Smith | function do_download() { |
5 | var blockdiv = $(".adsbygoogle")[0]; |
||
6 | console.log($(blockdiv).data()); |
||
7 | if ($(blockdiv).data('adSense') != "done") { |
||
8 | 1 | Dan Smith | console.log($(adblock).data("ad-status")); |
9 | 11 | Dan Smith | } |
10 | 9 | Dan Smith | } |
11 | 1 | Dan Smith | </script> |