how to pass testarry to data-zs-src in jquery zoomslider?
data-zs-src="@testArray" data-zs-overlay="dots">
$(document).ready(function () {
alert("ready!");
if (testArray) {
alert(testArray);
}
});
=>>>>>>>>>>>>>>>>in testAraay i got list of images how to pass to" data-zs-src"

Replies
Know the answer? Post it — somebody with the same question will find it here.