javascript - Bootstrap carousels freezing up -
i had asked previous question regarding multiple bootstrap carousels , had received absolutely fine code stack overflow user.
you can see code here: how place 2 bootstrap carousels in same page? under last edit
i using same code provided user. problem carousels freezing when page stays open long.
by freezing mean first slider, stops sliding after specified interval. if manually click on navigation button, slides.
for second carousel , thumbnails, problem when clicking on thumbnail, respective image not showing in second carousel.
no amount of refreshing or copy pasting code page helps.
there other elements on page too, none have jquery or similar class names. overlapping of class names or id names ruled out.
where problem?
any kind of appreciated. thanks.
here you're missing });
in code, review jsfiddle, terminator jquery(document).ready(function($) {
. check jsfiddle here.
Comments
Post a Comment