
Stuff
Hi
show code
<div class="section">
<img src="http://kiwianon.com/forums/Themes/Simple_Green/images/on.png"> Stuff </div>
<div class="under" style="height:302px;"> Hi </div>
</div>
<script>
$(function(){
$(".section").click(function(){
$("img").attr('src',
($("img").attr('src') == 'http://www3.picturepush.com/photo/a/2772891/64c/png/power-off.png?v0'
? 'http://kiwianon.com/forums/Themes/Simple_Green/images/on.png'
: 'http://www3.picturepush.com/photo/a/2772891/64c/png/power-off.png?v0'
)
)
});
});
</script>