jquery-html5-placeholder-shim
jquery-html5-placeholder-shim copied to clipboard
placholder hides only if input has value.
Better matches html5 placeholder behaviour. Focus no longer hides placeholder if no text entered.
Why is this using setTimeout/keydown? I would think keypress is the correct event.