I want to bind text in span tag but visible=false, and hover on image show span text in tooltip.
<td class="calign"><img src="~/Images/Approval.png" height="15" width="15" alt="" data-bind="tooltip:ApprovalText" /></td>
Tooltip can't display on image hover.
Bind to the title
attribute instead of tooltip
(which isn't a valid html attribute):
data-bind="attr:{title:ApprovalText}"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With