乙個可輸入的下拉框外掛程式

2021-07-07 05:37:14 字數 726 閱讀 6435

/*

selectinput v1.1

code:by deeka

e-mail:[email protected]

技術群:24810664

修正:1.ff與ie下的樣式小問題

2.input長度問題

支援多個input(特別鳴謝==,cssrain,及幫忙測試的群友們)

*/$.fn.inputer = function(o) ,

top:function(),

clip:"rect(1px " + ($("select[id=" + inputerid + "]").width() + ($.support.msie?6:8) + "px") + " " + ($("select[id=" + inputerid + "]").height() + ($.support.msie?1:2) + "px") + " " + ($("select[id=" + inputerid + "]").width() - 15 + "px") + ")",

"font-size":obj.css("font-size")

});var option = "請選擇";

$.each(o,function(ovar,opt));

.css()

.change(function());

});};

忘記了是從**找到的了,原創如果看到可以告訴我醫生,我加上鏈結

可輸入的下拉框

可輸入的下拉框 title head body divstyle position relative span style margin left 100px width 18px overflow hidden select style width 118px margin left 100px ...

可輸入的下拉框

可輸入的下拉框 title p head p body p p div style position relative p span style margin left 100px width 18px overflow hidden p select style width 118px margi...

可輸入的下拉框

一 碎碎念 是我的第一篇博文,事實上我的草稿箱裡不止這一篇。技術方面對自己沒什麼信心,總想反覆推敲將所有的問題考慮到再發表,可是所謂的 所有問題 總是那麼多 又沒有誰規定一定不能犯錯 寫的好方便大家學習交流,寫的不好也請大家多多提意見,共同學習 go 二 製作乙個可輸入又可選擇的下拉框 解題思路 1...