I have added owlCarousel to my page. but im getting this error. and stuck with it hours.. :(
HTML code
function in custom.js
@isanka in custom.js try this:
(function($) { $(document).ready(function() { // your code; }); }) (jQuery);
As @the_5imian said, include jquery 1.11.3 before all included scripts.