鼠标悬停时如何显示下拉列表 [英] how to display list of dropdown when mouse over

查看:1099
本文介绍了鼠标悬停时如何显示下拉列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

鼠标悬停使用点网时如何显示下拉列表

how to display list of dropdown when mouse over using dot net

推荐答案

display-dropdownlist-item-on-mouse.html [ ^ ]


<asp:dropdownlist runat="server" id="cbSort" cssclass="dropDownList" autopostback="true" onselectedindexchanged="cbItemsPerPage_SelectedIndexChanged" width="155" xmlns:asp="#unknown">
                    <asp:listitem text="Title A-Z" value="1a" selected="True"></asp:listitem>
                    <asp:listitem text="Sub Type Z-A" value="7z"></asp:listitem>
                </asp:dropdownlist>








' #MainContent_cbSort')。hover(function(){
('#MainContent_cbSort').hover(function(){


这篇关于鼠标悬停时如何显示下拉列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆