Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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