It appears that Prototype uses the $ functionality, but in a slightly
different way. You may consider employing jQueryNoConlfict() and then
call jQuery() instead of $(). Also try loading the jQuery script last.

On Jul 14, 1:01 pm, Michael <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've been using jQuery for my new website and everything has been
> working fine, no 
> errors:http://www.aber.ac.uk/designstudio/mike/newnew/newweb/index-backup-14...
>
> Then I saw this website:
>
> http://24ways.org/examples/introducing-udasss/
>
> And I wanted that functionality on my site. So I tried the code (which
> uses prototype) and my jQuery code stops working.
>
> http://www.aber.ac.uk/designstudio/mike/newnew/newweb/
>
> The lavalamp at the top right has stopped working and so has the drop
> down on the settings and on the right hand sidebar. my firefox web
> developer toolbar tells me that $(document).ready is not a function,
> so I added jQuery.noConflict(); into my code and changed $ to jQuery.
> Then it says that Error: $(".cats-list") is null. And the lavalamp has
> just stopped working.
>
> Any help would be appreciated to fix these problems.

Reply via email to