Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/10/2009, 11:17
Avatar de mayid
mayid
Colaborador
 
Fecha de Ingreso: marzo-2009
Ubicación: BsAs
Mensajes: 4.014
Antigüedad: 15 años, 1 mes
Puntos: 101
Como funciona jquery UI dialog()?

Estuve visitando la pagina del UI:

http://jqueryui.com/demos/dialog/#modal-confirmation

E implemente las cosas como las entiendo:

Cargo jquery, ui.core, ui.draggable, etc.


Pongo el html tal como es el del ejemplo de la pagina:

Cita:
<div id="dialog" title="Empty the recycle bin?">
<p><span class="ui-icon ui-icon-alert" style="float:left; margin:0 7px 20px 0;"></span>
La foto se va a borrar!. Seguro?</p>
</div>
Llamo asi:

Cita:
$("#dialog").dialog();
Y no funciona. IE me dice "object don't support this property or method".