thdoan / magnify

A lightweight jQuery magnifying glass zoom plugin.
https://thdoan.github.io/magnify/
MIT License
243 stars 63 forks source link

Fixes #29 - unwrapping wrong elements #30

Closed gpetrioli closed 7 years ago

gpetrioli commented 7 years ago

Using replaceWith on correct parent (if available) instead of unwrap('selector)` as the latter requires v3 of jQuery.