开发者

listwiew items show popup when mouse is over that item in mvc asp.net

开发者 https://www.devze.com 2023-02-25 06:25 出处:网络
i have a listbox with many items.when i put mouse on the items it should show 开发者_运维百科the items name like a popup or something .how it is possibleYou could use the title attribute:

i have a listbox with many items.when i put mouse on the items it should show 开发者_运维百科the items name like a popup or something .how it is possible


You could use the title attribute:

<ul>
    <li title="item 1">item 1</li>
    <li title="item 2">item 2</li>
    ...
</ul>

And for nicer looking tooltips you may checkout the qTip jquery plugin.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号