Skip to content
This repository has been archived by the owner on Jul 7, 2018. It is now read-only.

Breaks on latest jQuery #24

Open
chrischen opened this issue Jul 14, 2017 · 1 comment
Open

Breaks on latest jQuery #24

chrischen opened this issue Jul 14, 2017 · 1 comment

Comments

@chrischen
Copy link

jquery.fn.load is deprecated. Can be fixed by changing "$(...).load(func)" to "$(...).on("load", func);

@AnriDaiki
Copy link

Replace the 41 line with the following function
$(image).on('load', function(){resize});

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants