Home › Forums › JavaScript › need javascript help [1] › Reply To: need javascript help [1]
November 19, 2013 at 6:21 pm
#156608
Member
@Alen – I’m not exactly sure what you’re solving with that pen…
Regardless, in your example you don’t need Javascript at all to accomplish what you’re trying to do. Styling is what CSS is for:
input[type="text"]:focus {
background: red;
}
Also there’s a proper input type for passwords:
<input type="password" placeholder="Password" />
http://codepen.io/ggilmore/pen/51dd201291632b5d45c631c53d13bb89