append child element in jquery ui highlighted day -
i took @ this question , accepted answer, makes this:
<td class="css-class" title="tooltip" onclick="dp_jquery_1375311040925.datepicker._selectday('#datepicker',8,2013, this);return false;"> <a class="ui-state-default ui-state-hover" href="#">9</a> </td>
is there way code this:
<td class="css-class" onclick="dp_jquery_1375311040925.datepicker._selectday('#datepicker',8,2013, this);return false;"> <span class="hiddendesc">tooltip</span> <a class="ui-state-default ui-state-hover" href="#">9</a> </td>
i want @ time of element creation (the day in calendar) append span child contains description, displayed on hover using tooltip.
Comments
Post a Comment