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.
-
- $("a.thisAudioDeffinition").click(function(){
- alert("audio Here");
-
- });
- <a href="#" class="thisAudioDeffinition" ><img src="speaker.jpeg" style="width:50px; height:50px;"></a>
Please comment,
Thanks