I couldn't find the source of the exception thrown at load, but this is the recommended way of 'isolating' jQuery:
(function($){ // all of your jQuery code in here, you can use the $ alias safely inside this function $(document).ready(function(){ $(..).doSomething() }); })(jQuery.noConflict()); - ricardo On Dec 8, 2:18 pm, dpoakaspine <[EMAIL PROTECTED]> wrote: > Hello, > > I read every clue to implement the 2 above libraries. Unfortunately it > is still not working. > I tried first including prototype then jquery. First jquery then > prototype. noConflict() etc. ... > > Could y'all take a look athttp://www.cjd-rz.deand tell me what's > wrong? I can't see an error! > > Help would be appreciated, > Stefan