simpleLightbox
simpleLightbox copied to clipboard
ajax, google maps
hello are there any examples in regards to using your Lightbox with google maps, Ajax content, etc.
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.