How to clear text field on focus of text field

前端 未结 9 1973
悲&欢浪女
悲&欢浪女 2020-12-29 12:15

I want to clear the text field when the user clicks on that

9条回答
  •  鱼传尺愫
    2020-12-29 12:43

    To do this you will need to use a scripting language, probably javascript. Here an example

    
    

    Hope this helps.

    Edit:

    To meet what David is explain here is a second example in case that is what you are looking for

    
    
    
    

提交回复
热议问题