Skip to main content

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")

Attachments (0)
Change History (2)

Changed January 24, 2012 08:26AM UTC by efiJquery comment:1

Changed January 24, 2012 01:06PM UTC by scottgonzalez comment:2

resolution: → invalid
status: newclosed

It's invalid to have two elements with the same ID.