axrand

Results 1 comments of axrand

Thank you, our suggestion (1/) worked! I only changed: `item['caption'] = $(this).nextAll('.item-caption:first').html();` to `item["caption"]=$(this).parent().siblings(".item-caption:first").html();` and put "item-caption" div just after (and outside) `` element also `` now have to be...