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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -