<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<ul class="my-carousel">
<li><img src="https://raw.githubusercontent.com/Kunano/js-carousel/master/img/coffee-1.png"/></li>
<li><img src="https://raw.githubusercontent.com/Kunano/js-carousel/master/img/coffee-2.png"/></li>
<li> <img src="https://raw.githubusercontent.com/Kunano/js-carousel/master/img/coffee-3.png"/> </li>
</ul>
<script>
(function (root) {
"use strict";
var common = {
publicMethods: ['next', 'prev', 'goTo', 'setOptions', 'play', 'stop', 'getEffectsList', 'setEffect'],
className: 'JsCarousel'
},
Protected = function (handle, options) {
this.settings = {
effect: 'carousel',