Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Javascript to change text within a div as a Jquery slideshow changes

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39178
    svoltmer
    Participant

    I am using a Jquery slideshow and I would like the div directly below it to change to different text when the slide on the slideshow changes. How would I go about doing this? Here is the page:

    http://www.rose-hulman.edu/testing/

    #107383

    Well, I am not sure how much JavaScript or jQuery you know, but what you want to do is quite simple. I will give you a hint… When you click the next or previous buttons, the list items on the right get a class of “active” when it’s corresponding slide comes into view. Can you think of a way to use this to your advantage?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.