Forums

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

Home Forums JavaScript Uncaught TypeError: $(…).owlCarousel is not a function

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

    I’m trying to put an owl carousel slide show inside of an accordion. I made sure that the js and css files are being loaded before the script that actually starts the carousel. But I keep getting this error in the console.

    My pen: http://codepen.io/Paeon/pen/JYYqmr

    Any assistance would be greatly appreciated.

    Greg

    #208146
    jahans3
    Participant

    As the other user has said, I don’t think you’re loading the library properly. “X.functionName isn’t a function” just means that your browser cannot find X because it doesn’t exist or isn’t loaded in your workspace.

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