click event on a tag not working.

click event on a tag not working.

What im trying to  is if the user clicks on what ever is in the a tag then a click event is fired off, but nothing is happening. 

  1.  
  2. $("a.thisAudioDeffinition").click(function(){
  3. alert("audio Here");
  4. });

  5. <a href="#" class="thisAudioDeffinition" ><img src="speaker.jpeg" style="width:50px; height:50px;"></a>

Please comment,
Thanks