Search and Top Navigation
#8052 closed bug (notabug)
Opened January 24, 2012 08:21AM UTC
Closed January 24, 2012 01:06PM UTC
jquery ui datepicker selecter issue
Reported by: | efiJquery | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.datepicker | Version: | 1.8.17 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when using datepicker with the following selectors on the same page only one will get the value;
ex: $("#mainContent #txtDate").datepicker({});
$("#secondContent #txtDate").datepicker({});
only the later will get the value which was selected.("#secondContent #txtDate")
http://jsfiddle.net/829Aq/