$('.foo').tap(function() { console.log(this); }); $('.foo').swipe('swipeLeft', function() { console.log(this); });