Ver Mensaje Individual
  #2 (permalink)  
Antiguo 18/12/2009, 14:30
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 7 meses
Puntos: 101
Respuesta: dialog en jquery --- help me!

Lo que hay que hacer es primero definir las opciones del dialog, incluyendo autoOpen: false, y recien luego abrirlo. Ej:
Cita:
$("#dialog").html("Por favor escribe algo").dialog({ resizable: false, draggable: false, closeOnEscape: true, title: 'Campo vacio' , autoOpen: false}).dialog('open');