$("#carousel").waterwheelCarousel({movedToCenter: function(el) { alert(el.is("#carousel img:last")); alert(el.is("#carousel img:first")); }});