cachaito
11/15/2013 - 2:08 PM

Pozycja klikniętego elementu

$('.listing-item li').on('click', function() {
  $(this).index();
});