Jump to content

Shermain

Member
  • Posts

    1
  • Joined

  • Last visited

Shermain's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. I hired a coder to code a word carousel for me via JavaScript (see below). //javascript code var words = ["Be seen", "Celebrate", "Be bolder", "Connect", "Pursue", "Be uniquely You", "Think Limitless", "Expand Deeply", "Fly Further", "Lead with Love", "Dream again", "Impact"]; var currentWord = 0; var slideInterval = setInterval(nextSlide, 500); function nextSlide() { document.querySelector("#slide").innerHTML = words[currentWord]; currentWord = (currentWord + 1) % words.length; } I've copy and pasted the code into the code block. I've chosen HTML, disabled Display Source code, saved, and opened an incognito window it only shows the code. I've chosen the JavaScript option and saved and I still have the same issue. I'm sure there's an easy fix. Any help would be appreciated.
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.