Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 10 years ago

#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 Rick Waldron

Component: unfiledmisc
Resolution: invalid
Status: newclosed

Please report plugin issues to plugin owners and jQuery UI issues to the jQuery UI bug tracker

comment:2 Changed 10 years ago by anonymous

Work at jQuery JavaScript Library v1.8.3

Note: See TracTickets for help on using tickets.