Opened 11 years ago

Closed 11 years ago

#8052 closed bug (notabug)

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

Change History (2)

comment:2 Changed 11 years ago by Scott González

Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.