Warm tip: This article is reproduced from stackoverflow.com, please click
javascript jquery twitter-bootstrap

Getting Cannot read property 'offsetWidth' of undefined with bootstrap carousel script

发布于 2020-04-05 23:37:42

I created a carousel with Bootstrap 3.3 and it works on my local machine, but when I upload the whole thing on server where the bootstrap js file is being compiled together with other files in a single file, I get this error:

Cannot read property 'offsetWidth' of undefined - has anybody faced this and are there any known solutions to this issue?

Questioner
Xeen
Viewed
85
Jack James 2015-04-12 01:25

For me it was because I hadn't set an active class on any of the slides.