Hi Developers,
I am creating a project . Now on that need a module to make dynamic zoomify images using jquery in asp.net.
I am having 3 images called 1,2,3 in my page popup . If i click 1st image means the first image will be in zoomed . 2nd and 3rd images should be not clickable . or If i am clicking 2 nd or 3rd image means should close first image and zoomed the clicked image
now my code is not working fine for my output. if anyone of you know kindly suggest me to complete this task.
My Html Code on below
my Jquery code
("#aIDproof").attr("href", pathIndex("KYCOperation") + list[0].Id_ProofImagePath);
$("#aimgAddressproof").attr("href", pathIndex("KYCOperation") + list[0].Address_ProofImagePath);
$("#aimgApplicationProof").attr("href", pathIndex("KYCOperation") + list[0].Application_ProofImagePath);
$("#aimgPp").attr("href", pathIndex("KYCOperation") + list[0].ProfileImagePath);
IsLoading(false);
$('.zoomify').zoomify();
thanking you
Regards
Paul.S
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Rajanikant HawaldarPosted Apr 10, 2020, 9:01 AM