Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

convert text filed to password field in jquery

$('input').on('click', function () {
   $(this).attr('type', 'password'); 
});
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #text #filed #password #field #jquery
ADD COMMENT
Topic
Name
8+6 =