Este es el html en donde llamo al evento jquery:
Código:
Este es el código en jquery:<a href="javascript:void(0);" title="Comprar Producto 1" id="abrirPop"><img src="img/botoncomprar.png" width="108" height="36" alt="Comprar" border="0"/></a> <a href="javascript:void(0);" title="Comprar Producto 2" id="abrirPop"><img src="img/botoncomprar.png" width="108" height="36" alt="Comprar" border="0"/></a>
Código:
De antemano gracias. $(function() { $("#abrirPop").click(function(event) { ...