$links.click(function(e) { e.preventDefault(); targetImg = $(this).attr('href'); *!* $li = $(this).parent().find('> li'); */!* liIndex = $(this).parent().index(); replaceImg(targetImg); $lightbox.fadeIn(); });