Konwertuj tekst złożony w polu hasła w jQuery

$('input').on('click', function () {
   $(this).attr('type', 'password'); 
});
Indian Gooner