From a166e9b977f1a076dba090148c5a252b1166775a Mon Sep 17 00:00:00 2001 From: Ca-Phun Ung Date: Fri, 2 Jan 2009 16:45:35 +0000 Subject: [PATCH] datepicker: added a span wrapper to disabled dates for better styling of unselectable days when setting min/max values. --- ui/ui.datepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/ui.datepicker.js b/ui/ui.datepicker.js index 5fe786e61..b638d1549 100644 --- a/ui/ui.datepicker.js +++ b/ui/ui.datepicker.js @@ -1386,7 +1386,7 @@ $.extend(Datepicker.prototype, { (unselectable ? '' : ' onclick="jQuery.datepicker._selectDay(\'#' + inst.id + '\',' + drawMonth + ',' + drawYear + ', this);return false;"') + '>' + // actions (otherMonth ? (showOtherMonths ? printDate.getDate() : ' ') : // display for other months - (unselectable ? printDate.getDate() : '' + printDate.getDate() + '' : '