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

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -