#s0__0-disable-button

1 messages ยท Page 1 of 1 (latest)

lunar mirage
#

Hello ๐Ÿ‘‹
What button are you trying to disable exactly? Is it part of Stripe Elements?

uncut willow
#

do u have a official button that can use?

#

with ajax loading disable function

lunar mirage
#

We don't.
But you can use JavaScript to disable the button like
document.getElementById("submit").disabled = true;

uncut willow
#

How to trigger this?

#

I use jquery only, so i dun know how to get stripe.js loading event

lunar mirage
#

are you calling a function when you click on the button?
you should be able to add the line in that function

uncut willow
#

fixed ๐Ÿ˜„

#

thanks a lot

lunar mirage
#

Awesome! Glad I could help ๐Ÿ™‚