Without any code examples, it is difficult to troubleshoot. However, you may be able to put your dialog element _inside_ a hidden div. In other words, put whatever your using inside another <div style="display: none"></div>
If that doesn't work, please place a code example on http://jsbin.com Hth, Dave On May 13, 11:35 am, Zarar <[email protected]> wrote: > I have a field that is initially hidden and later becomes visible > throw a .dialog() call. I can't get the field to be have a datepicker > attached to it because of this. I tried making the datepicker() call > in .dialog()'s "open" handler but that didn't work. > > If I make the div which contains the field visible when the page is > initially loaded, everything works fine. However, I'd like the div to > have a style of "display:none". > > Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
