ashleydw / lightbox

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

onContentLoaded not working #226

Closed sinamiandashti closed 7 years ago

sinamiandashti commented 7 years ago

i tried this

$(this).ekkoLightbox({
                        onContentLoaded:function() {
                            console.log($('#'+this.modal_id).html());

                        }
                    });

console.log not fires

ashleydw commented 7 years ago

please post an example page. and what version you're using

Nimisoere commented 7 years ago

have same issue