Changeset 4198
- Timestamp:
- 12/17/07 04:52:56 (1 year ago)
- Files:
-
- 1 modified
-
trunk/ui/current/datepicker/core/ui.datepicker.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/datepicker/core/ui.datepicker.js
r3992 r4198 1225 1225 ' onmouseover="' + (unselectable ? '' : 'jQuery(this).addClass(\'datepicker_daysCellOver\');') + 1226 1226 (!showStatus || (otherMonth && !showOtherMonths) ? '' : 'jQuery(\'#datepicker_status_' + 1227 this._id + '\').html(\'' + dateStatus(printDate, this) +'\'); "')+1227 this._id + '\').html(\'' + dateStatus(printDate, this) +'\');') + '"' + 1228 1228 ' onmouseout="' + (unselectable ? '' : 'jQuery(this).removeClass(\'datepicker_daysCellOver\');') + 1229 1229 (!showStatus || (otherMonth && !showOtherMonths) ? '' : 'jQuery(\'#datepicker_status_' + 1230 this._id + '\').html(\' \'); "')) +1230 this._id + '\').html(\' \');') +'"') + 1231 1231 (unselectable ? '' : ' onclick="jQuery.datepicker._selectDay(' + this._id + ',' + 1232 1232 drawMonth + ',' + drawYear + ', this);"') + '>' + // actions
