Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你如何使用这个:
JetZoom.jetzoom_ready()
它在此页面的最底部:http: //www.starplugins.com/jetzoom/api
说我想在缩放图像加载时说警报(“已加载”)。
谢谢你。
$('#myJetZoomImage').bind('jetzoom_ready', function() { alert('loaded'); });
显然,#myJetZoomImage 将是应用了 Jet Zoom 的图像的选择器。