test for CT link

by nicomiceli

HTML

<div id="findapro">
   <img src="http://certainteed.chameleonpower.com/img/findAPro_image.jpg" alt=""> 
</div>

JavaScript

$('#findapro').click(function(){
    var imgID = $(this).attr("id")
    alert("hello " + imgID)
});