Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/04/2013, 07:38
locurafragil
 
Fecha de Ingreso: abril-2012
Mensajes: 30
Antigüedad: 12 años
Puntos: 0
Respuesta: Lanzar un jquery automáticamente, no desde un link

Probando, lo pude solucionar así:

Código:
Código HTML:
 <a href="#" class="big-link" data-reveal-id="myModal" data-animation="fadeAndPop" id="enlace"> 
y luego:

Código HTML:
<script>
 $('#enlace').trigger('click');
</script>