I use this code in my html page for display weather data :
<!-- Begin ParsTOOLs.com Weather Code -->
<div style="display:none;">
<a href="http://iushop.ir">
<h1>Weather</h1>
</a>
</div>
<script language="javascript" src="http://www.ParstoolS.com/weather/code2/?city=IRXX0018&bgcolor=FFFFFF&textcolor=000000&width=180&height=300"></script>
<!-- End Weather code -->
When I see the html page, this connect to parstools.com and load data from it. Data have an image that set one link to it.
How can I delete link of image(just display image without any link) with jquery ?
you can use
display: none;in your css for that link to not be viewed.