Team:TU Delft/calendartest
From 2010.igem.org
(Difference between revisions)
Line 12: | Line 12: | ||
//Kelvin's code initing datePicker | //Kelvin's code initing datePicker | ||
jQuery.datepicker.changeMonth = function(d, e){ | jQuery.datepicker.changeMonth = function(d, e){ | ||
- | _drawingMonth = true; | + | this._drawingMonth = true; |
- | _draw(_getCalendarDiv(d)); | + | this._draw(this._getCalendarDiv(d)); |
- | _drawingMonth = false; | + | this._drawingMonth = false; |
// my addition to this func | // my addition to this func |
Latest revision as of 14:12, 24 June 2010