Hi this is the part of my code.
I need to link each image in the array to different urls.
Is this even possible to do it from inside, like
dataArrClothes.push(["imagename.jpg","<a href="someurl"></a> "Description"]);
Any help is greatly appreciated.
var dataArrClothes = new Array();
dataArrClothes.push(["imagename.jpg", "Description"]);
dataArrClothes.push(["imagename.jpg", "Description"]);