top of page

Element Test

$w("#buttonWithRedirection").onClick(() => {

   $w("#buttonWithRedirection").disable()

   new Promise(resolve => setTimeout(resolve, 3000));

   wixLocation.to("/babies")

})

$w("#buttonWithoutRedirection").onClick(() => {

   $w("#buttonWithoutRedirection").disable()

})

  • Facebook
  • Twitter
  • Pinterest
  • Instagram

© 2023 by  Emilia Carter. Proudly created with Wix.com

bottom of page