js plaeholder 효과
by hlee0126
HTML
<input type="text" value="실명" onfocus="if(this.value=='실명') this.value=''" onblur="if(this.value=='') this.value='실명'"/>
by hlee0126
<input type="text" value="실명" onfocus="if(this.value=='실명') this.value=''" onblur="if(this.value=='') this.value='실명'"/>