jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

How do you remove the zooming once it's been applied? #88

Open digitalpacman opened 10 years ago

digitalpacman commented 10 years ago

after I apply $().zoomTarget() to an element, I need it removed sometime later. I tried $().trigger("zoomTarget.destroy") but that didn't work.

BillyTom commented 10 years ago

I do not not if this is the correct way to do this, but $('body').zoomTo() works for me