javascript - how to set a default value(dollar or euros) in input text -


i need put measuring unit (€, $) in text field default, targets number , appear. how can it? there default value this?

thank you

example

is expect.try this.

<input type="text" value="$"/> 

if want both use this

<input type="text" value="$,&euro;"/> 

hope you


Comments

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -