Please help find the problem in the code

Here is the example http://jsfiddle.net/wsxueg7s/ .

The problem is when you come to the page , and first off all, you change the Bet amount from Ruble to Dollar or Euro or Shekel, the For payment: not show new calculat amout. It is show just new currency sign. Please help me find the problem, to correct this. Thanks.

When the currency type is changed you need to update the payment.

You can do that at the end of the updateDependant function, which can be as easy as triggering the change event on the select box.

1 Like

Yep, i just now correct the calculation problem ))) Thanks )

And here is my project http://goo.gl/OmhRct (Work now on translation to 3 lang’s and do more options when main project here http://goo.gl/r9MdxT)

What can really help when dealing with internationalisation (i18n) is to benefit from the work of others before you.

In this case, taking a good look at FormatJS or similar, that specialise in helping you with i18n issues, might be just the thing you need.

Thank you, i will take a look now )

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.