使用bootstrap carousel时出现下面的错误提示,请问如何解决?
Uncaught TypeError: Cannot read property 'offsetWidth' of undefined
at c.slide (bootstrap.min.js:6)
at c.next (bootstrap.min.js:6)
at f (jquery-2.2.0.min.js:2)
是自己的低级错误造成的,误把<div class="carousel-inner">
放到了<div id="myCarousel" class="carousel slide">
的外面
x.offsetWidth 中 x 为undefined.检查x是否定义。