Forums

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

Home Forums JavaScript Bootstrap carousel error

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271010
    giovannicrazy
    Participant

    Hi, I created a carousel with bootstrap width bottom bullets but now it doesn’t work.
    Safari give me this error:

    TypeError: undefined is not an object (evaluating ‘e.data(“bs.carousel”).to’)

    somebody help me please?

    Here is the page:

    http://schoolofcomics.us/italia/sede.php?sede=ITRM01

    #271020
    chris_2080
    Participant

    <div id="myCarousel2" class="carousel slide">
    id should be “myCarousel” why you use another id? because data-target=”#myCarousel”

    #271022
    giovannicrazy
    Participant

    Damn! Thanks!! You solve the issue! :D

    #271023
    chris_2080
    Participant

    You are welcome :D

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