simpleLightbox icon indicating copy to clipboard operation
simpleLightbox copied to clipboard

ajax, google maps

Open mmjaeger opened this issue 5 years ago • 1 comments

hello are there any examples in regards to using your Lightbox with google maps, Ajax content, etc.

mmjaeger avatar Apr 10 '19 01:04 mmjaeger

I think you can use lightbox.setContent('content from ajax response'); setContent method to set content dynamically.

on button click send ajax call. and inside in response you can use setContent() and show() methods.

talentedaamer avatar Nov 20 '19 18:11 talentedaamer