Ale*_*lex 39 javascript forms jquery jquery-selectors
如何确定输入字段是否不是select?
select
我试过了if($(el).not("select")),我也得到了选择......
if($(el).not("select"))
Dar*_*rov 90
if(!$(el).is("select")) { // the input field is not a select }
归档时间:
14 年,10 月 前
查看次数:
46535 次
最近记录:
7 年,3 月 前