The best jQuery plugin ever.
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/jquery-ui-svgzoompan.min.js"></script>
<script>
jQuery(function($) {
$.awesome(); // "awesome"
});
</script>
(Coming soon)
(Coming soon)
###v0.0.6
- added method
reset
###v0.0.5
- introduced new public method
refresh
when you play with viewBox by yourself and want to set correct zoom level, - now
viewBox
is passed todrag
event,