#9574 closed bug (invalid)
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');
}
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → misc |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Please report plugin issues to plugin owners and jQuery UI issues to the jQuery UI bug tracker