Hi there,

I am trying to add a datepicker to an element that is not yet attached
to the DOM. is this possible?

The #datepicker is a text box that is not yet added to the DOM...

                $("#datepicker").datepicker({
                    width: 80,
                    buttonImage: '/images/Web/calendar.gif'
                });

How can I accomplish this?

--

You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery...@googlegroups.com.
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en.


Reply via email to