Solution to this situation is to move your lightbox scripts after all other scripts.
Solution to this situation is to move your lightbox scripts after all other scripts.
Comments
Your Fan
It's not only Lightbox :) Nowadays many plugins using jQuery. Sometimes big addons (I mean frameworks like Sencha or something) just rewrite your jQuery by f.e. another version (usually previous). The simplest way? Just call jQuery after head and rest below. It's not the perfect solution, because for fast rendering every scripts should be placed at the end of the html. Also all functions, bindings or variables should be called after document ready. It helps rendering content :)
Rychu
I have eventually gave up the lightbox.
I have had a problem with ajax and turning lightbox scripts off solved it... Never found out why.
Thanks for comments :)
Your Fan
If u are tryin load content by ajax with images then I think u need to recall your lightbox scripts, like $('element').lightbox() ... because u have to bind everything from ajax to actual DOM.
Rychu
No, no. I mean lightbox scripts blocked normal ajax requests. Even $.ajax(simple_request_here) wasn't working.