午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術(shù)文章
文章詳情頁

js select支持手動(dòng)輸入功能實(shí)現(xiàn)代碼

瀏覽:191日期:2022-06-10 14:49:20

select下拉框的onkeydown事件,修改下拉框的值

  function catch_keydown(sel){
   switch(event.keyCode) {
    case 13: //回車鍵
     event.returnValue = false;
     break;
    case 27: //Esc鍵
     sel.options[sel.selectedIndex].text = oldText;
     sel.options[sel.selectedIndex].value = oldValue;
     event.returnValue = false;
     break;
    case 8:  //空格健
     var s = sel.options[sel.selectedIndex].text;
     s = s.substr(0,s.length-1);
     if (sel.options[0].value==sel.options[sel.selectedIndex].text){
      sel.options[sel.selectedIndex].value=s;
      sel.options[sel.selectedIndex].text=s;
     }
     event.returnValue = false;
     break;
   }
   if (!event.returnValue && sel.onchange)
    sel.onchange(sel)
  }

select下拉框的onkeypress事件,修改下拉框的值

  function catch_press(sel){
   if(sel.selectedIndex>=0){
    var s = sel.options[sel.selectedIndex].text + String.fromCharCode(event.keyCode);
    if (sel.options[sel.selectedIndex].value==sel.options[sel.selectedIndex].text){
     sel.options[sel.selectedIndex].value=s;
     sel.options[sel.selectedIndex].text=s;
    }
    event.returnValue = false;
    if (!event.returnValue && sel.onchange)
     sel.onchange(sel)
   }
  }

select下拉框的onfocus事件,保存下拉框原來的值

  function catch_focus(sel) {
   oldText = sel.options[sel.selectedIndex].value;
   oldValue = sel.options[sel.selectedIndex].value;
  }   

使用方法

<!--調(diào)用-->
<select style="width:130px;z-index:-1" name="tmpSel"    onkeydown=catch_keydown(this) onkeypress=catch_press(this) onfocus=catch_focus(this)>
  <option value=""></option>
  <option value="">A</option>
  <option value="">B</option>
  <option value="">C</option>
</select>

到此這篇關(guān)于js select支持手動(dòng)輸入功能實(shí)現(xiàn)代碼的文章就介紹到這了,更多相關(guān)js select 手動(dòng)輸入內(nèi)容請(qǐng)搜索以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持!

標(biāo)簽: JavaScript
相關(guān)文章:
主站蜘蛛池模板: 久久综合久久久 | 美国一级片在线观看 | 在线观看欧美日韩 | 日韩av在线资源 | 国产三级在线 | 黄色大片黄色大片 | 国产麻豆传媒 | 色呦呦精品 | 在线观看的黄网 | 手机看片在线观看 | 成人免费看片39 | 国产欧美高清 | 中文字幕手机在线观看 | 免费高清欧美大片在线观看 | 99国产精品一区二区 | 亚洲第一毛片 | 这里只有精品视频在线观看 | 黄色大片在线播放 | 欧美成人黄色网 | 久久久久视 | 一级肉体全黄裸片 | 亚洲91精品 | 337p粉嫩大胆色噜噜噜 | 超碰不卡| 色网站入口 | 国产精品九九九九九九 | 婷婷久久五月天 | 韩日免费av | 日韩av网址在线观看 | 精品1卡二卡三卡四卡老狼 亚洲网在线观看 | 99精品国产一区二区 | 久久影院av | 欧美日韩a v | 精品视频一区二区三区 | 一级片在线免费观看 | 在线免费观看黄色 | 四虎永久免费在线 | 国产一区中文字幕 | 国产精品一区二区免费看 | 精品久久综合 | 亚洲欧美日韩色 |