Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Saturday, 11 February 2017

Auto hide placeholder text on focus on text field.

 it's so simple to remove placeholder text on focus on text field
        and get it back on blur if no text write inside text field.

        we use two function onfocus and onblur to do this.see below Example: