See http://groups.google.com/group/jquery-ui/browse_thread/thread/a5c9accd6fa6b130
- Richard On Sat, Mar 7, 2009 at 7:09 PM, Led <[email protected]> wrote: > > Since i've upgrade to 1.7 , the dialogs (all working with 1.5.3) only > works first time. If i close and try to reopen , nothing happens. > code sample: > > <script type="text/javascript"> > $(document).ready(function() { > > $('#solic<%=request("cod_casa")%>').click(function() { > > $('#divdt<%=request("cod_casa")%>').html('<center><img src="/images/ > ajax-loader.gif"></center>').load('data_pers.asp', > { > > cod_casa: '<%=request("cod_casa")%>' > }).dialog({modal: true, width: 500, title: 'Pedido disponibilidade', > buttons: { 'Fechar': function() { > $(this).dialog('close');}} > > }); > }); > > > </script> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
