How to hide a iframe with jquery. When user click on iframe (example iframe containing a google ADD ) it should hide without disturbing the iframe code. How can i achieve this with Jquery.
Thank You
How to hide a iframe with jquery. When user click on iframe (example iframe containing a google ADD ) it should hide without disturbing the iframe code. How can i achieve this with Jquery.
Thank You
I would have a link with id "toggle" right outside the iframe (on your page):
Here's how you would link that up to hide the ad using jquery: