codrops / Elastislide

Elastislide is a responsive image carousel that will adapt fluidly in a layout. It is a jQuery plugin that can be laid out horizontally or vertically with a pre-defined minimum number of shown images
362 stars 111 forks source link

bug - Cannot read property #43

Open jorjik opened 8 years ago

jorjik commented 8 years ago

Cannot read property 'prefixed' of undefined ln: 227

call:

<script>
 $.noConflict();
 jQuery(document).ready(function($) {
   $('.carousel').elastislide();
 });
</script>