Opened 14 years ago
Closed 14 years ago
#4899 closed bug (invalid)
Bug in UI datepicker
Reported by: | ashish879 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | unfiled | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In ASP.NET a number of controls are rendered with the '$' inside the element Id.
Ex. <input type="text" id="txt$sample" class="datebox" />
I can use the following 3 valid selectors to display the datepicker box;
$('#txt
$sample').datepicker();
$("input:text[id$='sample']").datepicker();
$('.datebox').datepicker();
All 3 of these will display the datepicker when the textbox receives focus, but when a date is selected an exception occurs.
Once the "$" is removed from the element id, the error goes away.
Note: See
TracTickets for help on using
tickets.
This should be reported on the jQuery UI bug tracker.
http://jqueryui.com/development