标签: asp.net
我需要在日历鼠标悬停事件上显示工具提示,是否有鼠标悬停在日历控件中的事件?或者有没有办法在java脚本中执行此操作?
答案 0 :(得分:0)
尝试将title="Your tool tip message"添加到您希望显示鼠标悬停的html标记。
title="Your tool tip message"
例如:假设日历被包裹在div内,然后添加<div title="Your message"> calender tags... </div>
div
<div title="Your message"> calender tags... </div>