Bootstrap Carousel slide issue (Issue with Handlebars perhaps?) -
hoping can shed light on issue i'm having bootstraps carousel , handlebars.
http://padpeep.com/collection/52
i hoping simple, handlebars loads in data php template forms slider. slider , thumbnail renders can't thumbs click , change slider position thumb.
this bit doesnt work. see console output show foo (the slide id) not action click.
$('.thumbbtn').on("click", function() { //var count = slide id var foo = $(this).attr("data-count"); //log console.log("thumbbuttonclick" + foo); //change carousel slide $('#mycarousel').carousel(foo); });
error: uncaught typeerror: property '5' of object # not function
i got error when forgot include jquery ui library. add line after include jquery.
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></scrip
Comments
Post a Comment