jquery - Owl Carousel failing to load -


I'm trying to integrate Oulle Hindosel into a bootstrap site, I'm making a friend, but I do not think it is available for loading, I get an error which mentions it. When I check out in firebug then there is no wall carousel function.

Here is the code I am using:

  & lt; Div class = "container" & gt; & Lt; An id = "gallery" & gt; & Lt; / A & gt; & Lt; div class = "row-liquid page page" & gt; & Lt; Div class = "span12" & gt; & Lt; H3 & gt; Image gallery & lt; Span & gt; & Lt; img src = "picture / underline" alt = "______" & gt; & Lt; / Span & gt; & Lt; / H3 & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; div id = "owl-demo" class = "owl-carousel" & gt; & Lt; Div class = "item" & gt; & Lt; Img class = "lazyOwl" data- src = "picture / bandphotos / dscn0224.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl2.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl3.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl4.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl5.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl6.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; IMG class = "Aaliyovl" data- src = "assets / oval 7.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl8.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; IMG class = "Aaliyovl" data- src = "assets / oval 1.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; IMG class = "Aaliyovl" data- src = "assets / oval 2.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl3.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl4.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl5.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl6.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl7.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; Div class = "item" & gt; & Lt; img class = "lazyOwl" data- src = "property / owl8.jpg" alt = "lazy owl image" & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Script & gt; $ (Document) .ready (function () {$ ("# owl-demo"). OwlCarousel ({items: 4, lazy load: true, navigation: true});}); & Lt; / Script & gt; & Lt; / Div & gt;   

Any help would be greatly appreciated.

Add it to double check your footer and path:

  lt; script src = "Assets / Owl-Carousel / Owl.cosul.js" & gt; & Lt; / Script & gt;    

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -