Skip to main content

Bug Tracker

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 rwaldron comment:1

component: unfiledmisc
resolution: → invalid
status: newclosed

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

Changed September 16, 2013 09:45PM UTC by anonymous comment:2

Work at jQuery JavaScript Library v1.8.3