$(document).ready(function() { $('.navig img').click(function() { alert('Клик по '+($(this).index()+1)+'-ому изображению'); }); });