国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

js解決select下拉選不中問(wèn)題

2019-11-20 14:02:48
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

當(dāng)事件mouseover中出現(xiàn)select下拉框時(shí),select下拉是選不中的,解決辦法:

var o = e.relatedTarget || e.toElement;//判斷下移動(dòng)到的對(duì)象,移動(dòng)到option上ie下是null,firefox等為undefined。。
if (!o) return;//為option退出不隱藏

完整代碼案例為:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>無(wú)標(biāo)題文檔</title><style type="text/css">*{margin:0;padding:0;list-style:none;border:0;}.pop_blue{ position:absolute; cursor:pointer; padding:10px;}.pop_blue span{ display:inline-block; width:24px; height:32px; background: url(../images/pop_blue.png) no-repeat;}.map_xf .rud1{width:210px; position:absolute;border:1px solid #ddd; display:none; background-color:#fff;padding:17px 25px;}.map_xf .rud1 li{margin:0 0 8px;}.map_xf .rud1 input,.map_xf .rud1 select{height:22px;}</style><script type="text/javascript" src="jquery-1.9.1.min.js"></script><script type="text/javascript">$(function(){$('.pop_blue').hover(function(){$(this).find('.rud1').show();$(this).css("z-index","9999");},function(e){var o = e.relatedTarget || e.toElement;//判斷下移動(dòng)到的對(duì)象,移動(dòng)到option上ie下是null,firefox等為undefined。。if (!o) return;//為option退出不隱藏$(this).find('.rud1').hide();$(this).css("z-index","0");})})</script></head><body><div style="position:relative;width:100px;height:100px"><div class="pop_blue" style="top:0px; left:0;"> <span>鼠標(biāo)移上</span><i></i><div class="rud1 font12" style="top:10px;left:40px; display:none;padding:50px;background:blue;"><ul><li><select class="w100" id="dan"><option value="選擇單元" selected="">選擇單元</option><option value="選擇單元" selected="">選擇單元1</option><option value="選擇單元" selected="">選擇單元2</option><option value="選擇單元" selected="">選擇單元3</option><option value="選擇單元" selected="">選擇單元4</option></select></li></ul></div></div></div></body></html>


當(dāng)鼠標(biāo)移上時(shí)就不會(huì)出現(xiàn)選不中select的情況了。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 滁州市| 交城县| 新竹县| 栖霞市| 泸州市| 象山县| 淅川县| 梅州市| 大丰市| 阿拉善右旗| 临高县| 定州市| 民权县| 新郑市| 岑溪市| 虞城县| 姜堰市| 本溪市| 凉山| 龙胜| 安康市| 贺兰县| 东辽县| 金坛市| 奉节县| 油尖旺区| 红河县| 安泽县| 新泰市| 黔江区| 河东区| 崇明县| 开封市| 南通市| 邯郸县| 荥经县| 兰溪市| 遂宁市| 吉木萨尔县| 永康市| 苏尼特右旗|