[Solved] Hide Div After Click? (But what if the Div Is a banner?)


If your banner is in an iframe (generally they work like this) you can’t make such as actions. Because it is in another domain and DOM object.

If you are serving your banners from your html, this is possible with a basic “onclick” event of div.

1

solved Hide Div After Click? (But what if the Div Is a banner?)