Конвертировать текст, поданный в поле пароля в jQuery

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