Hi Jake,
thank a lot for you reply.
It works good!!!!
I added an icon on the image and I would like to get his src when I click on it.
I've done in this way but doesn't work.
$('.icon').on('click', function(event){
var current = event.item.index;
var src = $(event.target).find(".client").eq(current).find("img").attr('src');
console.log('nome -> ' + src);
})
Can you help me, please
Thanks
Tegatti