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++: Boost interprocess memory mapped file error -

python - IO.UnsupportedOperation: Not Writable -

python - Selecting distinct values from a column in Peewee -