I am doing scroll page load using ajax for a project, but I am unable to show an image in light box while I am scrolling and images are loading in ajax page load.
I am using light box 5.
<script src="js/jquery.lightbox-0.5.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" />
How can I do it? Am I doing anything wrong or it is not supported in ajax load?
Thank you.
This is my reinitialization code.
<script type='text/javascript'>
$(function() { $('#gallery a').lightBox(); });
</script>