Essence of the question:
we load the data on the page via AJAX, while the photos are displayed, when clicked, the zoom should be activated, connected by js script once on the page.
If you do without an AJAX, everything works, when booting with AJAX, you need to load these js scripts every time, including the jquery library, so that everything works.
This is fundamentally wrong, but how to do differently?
$(data).find(".jqzoom").jqueryzoom(options)- Zhukov Roman