I need some help with datepicker.  I'm loading an html form into a div
via ajax and php.  Normally I would use the livequery plugin to rebind
all the events to the selectors.  Livequery looks something like:

$('a')
    .livequery('click', function(event) {
        alert('clicked');
        return false;
    });

But datepicker is implemented like:

$('#inputfield').datepicker();

I don't know how to rebind datepicker to an input field in the form I
load so that it will work.  Can anyone advise?

Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to