MagicZoom onready

by Bryan Braun

HTML

<script src="https://gateway.spectrumasa.com:10443/mcmap/plugins/magiczoom-commercial/magiczoom/magiczoom.js"></script>
<link rel="stylesheet" href="https://gateway.spectrumasa.com:10443/mcmap/plugins/magiczoom-commercial/magiczoom/magiczoom.css">
<a href="http://www.fillmurray.com/400/500" class="MagicZoom"><img src="http://www.fillmurray.com/200/300"></a>
<br />
<span id="msg"></span>

JavaScript

function notify(msg) {
	document.getElementById('msg').textContent = msg;
}

MagicZoom.options = {
  onready: notify('It is ready')
}