Is there any reason you might need to use jQuery.noConflict()?
justkt
2010-01-27 14:07:28
Something in sexylightbox.v2.3.jquery.min.js is causing $
to be set to undefined. If you set a break point before that file loads, $
is correctly an alias for jQuery
. I would try loading a version of sexylightbox.v2.3 that hasn't been run through Packer. That way you can properly use Firebug to figure out what is going on.
I think it might have something to do with Content-Type
. It seems that jquery.min.js
isn't responding with a content type but sexylightbox.v2.3.jquery.js
does: application/x-javascript
. Can you get those other requests to use application/x-javascript
?
how about try to download the files on their demo that works already.
files on their demo:
use the files that is seen to work... maybe it will help you...