File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,16 @@ beforeShowMonth
37
37
38
38
Function(Date). Default: $.noop
39
39
40
- A function that takes a date as a parameter and returns a boolean indicating whether or not this month is selectable
40
+ A function that takes a date as a parameter and returns one of the following values:
41
+
42
+ * undefined to have no effect
43
+ * A Boolean, indicating whether or not this month is selectable
44
+ * A String representing additional CSS classes to apply to the month's cell
45
+ * An object with the following properties:
46
+
47
+ * ``enabled ``: same as the Boolean value above
48
+ * ``classes ``: same as the String value above
49
+ * ``tooltip ``: a tooltip to apply to this date, via the ``title `` HTML attribute
41
50
42
51
43
52
beforeShowYear
You can’t perform that action at this time.
0 commit comments