Created
July 31, 2017 12:16
-
-
Save iiiBird/e12552adbb1b357a0c95c59456176985 to your computer and use it in GitHub Desktop.
easyzoom append easyzoom-flyout another place
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in easyzoom.js | |
find: | |
this.$target.append(this.$flyout), | |
replace: | |
this.$target.parents('.your-div').append(this.$flyout), | |
or: | |
$('.your-div').append(this.$flyout), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment