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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -