Código:
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
Código:
<script type="text/javascript"> $("img").click(function() { alert("hola!"); }); </script>
Código HTML:
<img id="prueba" src="images/icons/comments_2states.png" width="48" height="116" />