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-07-08.html
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.