Closed arnoldbird closed 8 years ago
I want to create a UI for toggling the magnify functionality off and on. Turning it on is easy enough, since that's what the magnify function does. What's the best way to turn it off?
Thanks!
@arnoldbird try to $('img').unwrap()
I will add a destroy() public method when time permits, but in the meantime you can do as @arnoldbird suggests. Thanks for the input.
I want to create a UI for toggling the magnify functionality off and on. Turning it on is easy enough, since that's what the magnify function does. What's the best way to turn it off?
Thanks!