JQuery Znajdź hasło typu wejściowego
var input = $( "input:password" );
Abs Zarzis
var input = $( "input:password" );
$("input[type='password']");