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

onClick inconsistent behavior #29

Open emadd opened 10 years ago

emadd commented 10 years ago
$( '#folderCarousel' ).elastislide({
                onReady : function() { 
                    console.log('elastislide onReady');
                },
                onClick : function(el, position, evt){
                    console.log('elastislide onClick');
                }
            });

There are times when onClick never works.