Hide Image on button click

porcinetfou

New Member
I am using fade in and fade out to blink an image.Its working fine but I want to hide that image when I click some button how to do thatI tried with \[code\]$("#" + id).hide(); //To hidedocument.getElementById(id).style.display = "none";\[/code\]but sometime automatically its showing the imageI tried here.http://jsbin.com/atofif/105/editPlease help to hide the image.Thanks in advance
 
Top