Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

convert text filed to password field in jquery

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

PREVIOUS NEXT
Code Example
Javascript :: javascript listen for double click 
Javascript :: arrow not showing react slick 
Javascript :: javascript regex remove numbers 
Javascript :: sanity install 
Javascript :: unique objects in array javascript 
Javascript :: javascript remove negative numbers from array 
Javascript :: fs check if dir is dir 
Javascript :: get window size javascript 
Javascript :: python convert requests response to json 
Javascript :: cypress set window size 
Javascript :: js get number of keys in object 
Javascript :: javascript trim newline 
Javascript :: javascript find shortest word in string 
Javascript :: Ignoring TypeScript Errors in next js 
Javascript :: bootstrap not working in angular 
Javascript :: add bootstrap to react,.........,,,, 
Javascript :: js save local storage 
Javascript :: javascript link to go back 
Javascript :: js format price 
Javascript :: wrap text react native 
Javascript :: a-z array javascript 
Javascript :: chart js title 
Javascript :: hello world jquery 
Javascript :: check email regex js 
Javascript :: js queryselector names 
Javascript :: vimeo id regex 
Javascript :: open url in new tab javascript 
Javascript :: js string only positive float numbers 
Javascript :: javascript get body height 
Javascript :: express set views directory 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =