De hecho en esta pagina funciona perfectamente
Código Javascript:
Ver original
<script type="text/javascript"> //<!CDATA[ $(document).on("ready", function(){ $("#tablaBuscador table tr td").click(function() { var celda = $(this); alert(celda.html()); }); }); //]]> </script>
Este es el formato de mi tabla.
Código HTML:
Ver original
<div id="tablaBuscador" class="table-responsive" style=" height: 384px;overflow: auto; margin-top: 43px;" > <table class="table table-hover" style="margin-left: 25px;width: 96%; " id="buscadorProd"> <thead style="position: absolute; background-color: white; margin-top: -21px;"> <tr> </tr> </thead> <tbody id="buscacodigo"> </tbody> </table> </div>
Las filas las creo dinamicamente mediante ajax. Espero me puedan ayudar, estoy trabado en esto que es muy importante en mi desarrollo. >.<