Side navigation
#3892 closed bug (invalid)
Opened January 16, 2009 05:06PM UTC
Closed January 17, 2009 04:08AM UTC
1.3 live doesn't work with the JQuery UI
Reported by: | clumsyhamster | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | unfiled | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The event "live" doesn't work with the JQuery UI. The following code will produce "Object doesn't support this method or property" error message.
$("input").live("click",function(){
$(this).datePicker();
});
Attachments (0)
Change History (2)
Changed January 16, 2009 08:57PM UTC by comment:1
Changed January 17, 2009 04:08AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Can you clarify this ticket? If the issue is with a particular jQuery UI widget, please file a ticket there with a simple test case. If the problem is with jQuery core, please reopen and attach a simple test case to this ticket.
Update: it doesn't work with the UI date picker.