I have a file that i think is jQuery UI. It mentions jQuery in the code but it is condensed, so it's hard to tell.
I included both jquery1.6.2.js and custom.js. (confirmed that they are both loading properly)
There is a sliding image panel that works fine when both are included, although I do get the message: $ is undefined from my own code (not the custom.js)
I read somewhere that the problem might be that I need to not include jQuery, but that seems to disable the image slider. The $ function seems to work fine if I remove the custom.js, but then of course the slide doesn't work.
Any ideas?