I am using this LightBox on http://sbc.mojopin.co.uk/portfolio.php and just cannot get it to work. I have included all the files required, and more, including the LightBox plugin js files and its css file.
The function seems to get to the line:
$.fn.lightBox = function(settings)
then it jumps right to the end. I believe I have the correct js for the page but it won’t work correctly.
For those that don’t want to click through the link to see the problem, basically when I click on the thumb image it just goes to the image instead of showing it in the lightbox. I’m sure it’s a fairly simple problem, but any help is appreciated.
Looks like you have a spelling mistake in your jQuery selector: http://sbc.mojopin.co.uk/sbc.js
Should be:
Cheers!