igorlino / elevatezoom-plus

Enhanced elevateZoom - A jQuery image zoom plugin
http://igorlino.github.io/elevatezoom-plus/
MIT License
162 stars 78 forks source link

onComplete is never called #51

Open ChristopherBrix opened 8 years ago

ChristopherBrix commented 8 years ago

The callback onComplete() is currently never called.

It could be called in line 558, but then it'd be called multiple times if selector in $(selector).ezPlus() matches multiple elements. Is this the expected behavior?

igorlino commented 8 years ago

good question, I'm not familiar which the intent of that method, and unfortunately it was not documented.

I assume it could be called when the zoom has been initialized.