javascript - Elastic Image Slideshow with Require.js -


i'm using http://tympanus.net/codrops/2011/11/21/elastic-image-slideshow-with-thumbnail-preview/ require.js of backbone.js project, failed configure shim config in main.js. i've done, slide still doesn't work.

shim: {     "jquery.eislideshow" : {         deps: ["jquery"],         exports: "jquery.fn.eislideshow "     },     "jquery.easing.1.3" : {         deps: ["jquery"]     }  } 


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -