Here's the example: http://jsbin.com/usupo
In this case the date picker shows up but its entirely in the wrong position. It seems the dialog() call throws off the positioning of it. Thanks, Zarar On May 13, 3:30 pm, Fontzter <[email protected]> wrote: > 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 onhttp://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 -~----------~----~----~----~------~----~------~--~---
