ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

Error after opening lightbox #283

Closed Gosokan closed 6 years ago

Gosokan commented 6 years ago

I'm creating lightbox using this html tag to display another html page:

<span class="pull-right"><a data-toggle="lightbox" data-remote="https://www.mysiteexample.com/description/file-description.html" > <i class="fa fa-file-text" aria-hidden="true"></i></a></span>

Lightbox can show up properly, but error after closing and opening again.

While lightbox is opening, browser console display warning "[Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects "

After lightbox windows closed, I can't opening again it showing error: Uncaught TypeError: $(...).ekkoLightbox is not a function

Bootstrap 3.3.7 with jQuery v2.2.4

ashleydw commented 6 years ago

I need a full example to help