You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.
This sadly doesn't work with fancyzoom. I'm guessing that FancyZoom copies the element contained within the #lightbox element.
In firefox you can see the data that has been bound to an element. The original #lightbox input's element has data bound to it (for the autocomplete).
But once you fire up FancyZoom the elements are copied and there is no data bound to the copied elements.
Is there a work around for this issue ? I was thinking of a callback method to be called when the lighbox is completely loaded.
For example:
Inside my lightbox's HTML I have a input field which I want to use as a autocomplete field. This is done by using jquery-ui.
So I have something like this:
Next I setup autocomplete:
And FancyZoom
$("a.light").fancyZoom();
This sadly doesn't work with fancyzoom. I'm guessing that FancyZoom copies the element contained within the #lightbox element.
In firefox you can see the data that has been bound to an element. The original #lightbox input's element has data bound to it (for the autocomplete).
But once you fire up FancyZoom the elements are copied and there is no data bound to the copied elements.
Is there a work around for this issue ? I was thinking of a callback method to be called when the lighbox is completely loaded.
The text was updated successfully, but these errors were encountered: