Page 1 of 1

JavaScript input value change

Posted: Wed Feb 11, 2015 10:45 am
by Spark Chao

Hello,
I have one problem with JavaScript.
I set a select component and key in the value like below.
Image

when the user use list service get value from database.
how can I use JavaScript to transfer the value to correct one.
ex:get the value "1m to 5m",it will show "1m5m(3.2ft16.4ft)" on page.

Image

Image

thanks for your kindly help~


JavaScript input value change

Posted: Thu Feb 12, 2015 7:25 am
by Maryna Brodina

Hello!

All values wrap with "


JavaScript input value change

Posted: Thu Feb 12, 2015 12:18 pm
by Spark Chao

Dear Maryna
I wrap the value with " like below.
the js will correct right now.
but it still show "1m_5m" rather than "1m5m(32ft16.4ft)".
should I have to change the js?

Image

Image

Image