how to hide value of placeholder on focus using jquery code example Example: placeholder gone when active input:focus::placeholder { color: transparent; }