Side navigation
#9574 closed bug (invalid)
Opened June 14, 2011 03:38AM UTC
Closed June 14, 2011 03:51AM UTC
Last modified September 16, 2013 09:45PM UTC
jqTransform & datePicker doesnt work...
Reported by: | Alcazer | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | misc | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi, jqTransform & datePicker doesnt work...
var updateSelects = function (selectedDate)
{
var selectedDate = new Date(selectedDate);
$('#g option[value=' + selectedDate.getDate() + ']').attr('selected', 'selected');
$('#a option[value=' + (selectedDate.getMonth() + 1) + ']').attr('selected', 'selected');
$('#y option[value=' + (selectedDate.getFullYear()) + ']').attr('selected', 'selected');
}
Attachments (0)
Change History (2)
Changed June 14, 2011 03:51AM UTC by comment:1
component: | unfiled → misc |
---|---|
resolution: | → invalid |
status: | new → closed |
Changed September 16, 2013 09:45PM UTC by comment:2
Work at jQuery JavaScript Library v1.8.3
Please report plugin issues to plugin owners and jQuery UI issues to the jQuery UI bug tracker