Hello, I am having trouble getting jquery lightbox to work. It’s not working for me instead when i click on the image it just take me to a new page for that image.
my code:
<script type="text/javascript" src="../js/jquery.js"></script>
<script type="text/javascript" src="../js/jquery.lightbox-0.5.js"></script>
<script type="text/javascript">
$(function() {
$('#gallery a').lightBox();
});
</script>
<div class="thumbnail">
<a title="For this example: $('#gallery a').lightBox();" href="../photos/Harrison-a.jpg">
<img height="230" width="345" alt="" src="../photos/Harrison-a.jpg"/>
</a>
</div>
Please help.
Cheers,
Samboy