Bug Tracker

Modify

Ticket #9574 (closed bug: invalid)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by rwaldron

  • Status changed from new to closed
  • Resolution set to invalid
  • Component changed from unfiled to misc

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.