Ver Mensaje Individual
  #8 (permalink)  
Antiguo 11/01/2013, 22:43
el_loco90
 
Fecha de Ingreso: julio-2012
Mensajes: 234
Antigüedad: 12 años, 4 meses
Puntos: 9
Respuesta: pasar de un ligthbox a otro con diferentes valores

logre que me ande en internet explore pero en el chorme y firefox no, alguien sabe lo que puede ser

lo estoy haciendo asi

javascript
Código Javascript:
Ver original
  1. <script>
  2.         $(document).ready(function(){          
  3.             $(".btn_example2").click(function(){
  4.                 parent.jQuery.colorbox({iframe:true, width:"600", height:"500", href:"2.html"});
  5.             })
  6.         });
  7.     </script>

vinculo
Código HTML:
Ver original
  1. <a href="" class="btn_example2">Va a 2</a><
gracias