Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/06/2012, 15:26
Rosencrantz
 
Fecha de Ingreso: junio-2008
Ubicación: Colombia
Mensajes: 207
Antigüedad: 15 años, 10 meses
Puntos: 12
Respuesta: Poner cursor en un input concreto

Código Javascript:
Ver original
  1. $("#tip5").fancybox({
  2.     'scrolling'     : 'no',
  3.     'titleShow'     : false,
  4.     'onStart'       : function() {
  5.         $('#myInputText').focus()
  6.     }
  7. });

Última edición por Rosencrantz; 19/06/2012 a las 15:49