$(function() { $('.glider').sSlider({ moveStart: function(direction ) { console.log( this ); console.log( direction ); }, }); });