Skip to main content

Bug Tracker

Side navigation

#911 closed bug (fixed)

Opened February 02, 2007 05:55PM UTC

Closed February 05, 2007 09:16AM UTC

Last modified June 21, 2007 04:39AM UTC

when using jquery 1.1.1 and datePicker r1190

Reported by: jackbravo@gmail.com Owned by:
Priority: major Milestone:
Component: ajax Version:
Keywords: Cc:
Blocked by: Blocking:
Description

I get a value not defined on line 318 of jquery.js

if ( value.constructor == Number && type == "curCSS" && !exclude.test(prop) )

and removing .constructor fixes the error....

The code using to initialize the datePicker is:

$.datePicker.setDateFormat('ymd', '-');

$.datePicker.setLanguageStrings(

['Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado'],

['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre'],

{p:'Anterior', n:'Siguiente', c:'Cerrar'}

);

$('#date1').datePicker({startDate:'01/01/2007'});

$('#date2').datePicker({startDate:'01/01/2007'});

Attachments (0)
Change History (1)

Changed February 05, 2007 09:16AM UTC by joern comment:1

resolution: → fixed
status: newclosed

Already fixed in latest revision.