Closed as not planned
Description
It looks like at some point between 1.12 and 1.13, the datepicker's buttonText started getting added as text, not HTML. For example, if I create a datepicker as:
$("#myelement").datepicker({"showOn": "button", "buttonText": "Click <b>here</b>"})
I get a trigger button that contains the text "here" instead of bolding the text.
I think the change is, when the buttonText is added to the widget, it is using jQuery's text() function, instead of the html() function.
Metadata
Metadata
Assignees
Labels
No labels