Page 2 of 2

When sending phone verification code, plus some JS code judgments can not be repeated within 60 seconds to send the veri

Posted: Mon Dec 30, 2013 7:41 am
by Crystal

Hello,
That works fine.
But I have another question.When before I click the Send Token button the screen looks like this:
Image
However, when I have clicked the Send Token button, the button becomed small and the screen looks like this:
Image
What's the reason?


When sending phone verification code, plus some JS code judgments can not be repeated within 60 seconds to send the veri

Posted: Mon Dec 30, 2013 8:48 am
by Oleg Danchenkov

How do you change text on the button?


When sending phone verification code, plus some JS code judgments can not be repeated within 60 seconds to send the veri

Posted: Mon Dec 30, 2013 9:55 am
by Crystal

I don't change text on the button.
Image
I just add javascript code when the button click.


When sending phone verification code, plus some JS code judgments can not be repeated within 60 seconds to send the veri

Posted: Mon Dec 30, 2013 10:16 am
by Oleg Danchenkov

Try to replace
codeo.text/code
With
codeo.find(".ui-btn-text").text/code


When sending phone verification code, plus some JS code judgments can not be repeated within 60 seconds to send the veri

Posted: Tue Dec 31, 2013 1:29 am
by Crystal

Thanks! That works fine.