猿问

请问该如何判定input标签用的哪一个type?

<input type="text"/>
jquery中如何判定这个input的type值为text

慕斯王
浏览 178回答 2
2回答

慕娘9325324

if($('input').attr('type') == 'text'){return '正确';}else{return '错误';};

大话西游666

$("input").attr("type")
随时随地看视频慕课网APP
我要回答