twitter bootstrap - JSFiddle Carousel Owl not working -
i attempting replicate owl carousel , lightbox (prettyphoto) found at:
http://jsfiddle.net/gxg87/129/
this code:
$(document).ready(function () { $("a[rel^='prettyphoto']").prettyphoto(); $(".owl-slider").owlcarousel({ autoplay: false, //set autoplay 3 seconds items: 4, itemsdesktop: [1199, 3], itemsdesktopsmall: [979, 3] }); });
on website (images section): http://www.redfuryrevenge.com/.
i checked console , shows 2 js errors. frankly, being newbie, don't understand them:
referenceerror: jquery not defined jquery.prettyphoto.js:7:0 typeerror: $(...).prettyphoto not function
please advise.
Comments
Post a Comment