Line 135: jQuery.noConflict();
This turns off the $ alias in case you're using jQuery with another library that wants it. Simply use jQuery in place of each $. Or, if you don't need it, remove the noConflict call. - Richard On Thu, May 8, 2008 at 8:11 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Test page here - http://www.justice.net.nz/static.html > > Jquery is definitely being loaded - I'm currently pulling it from > jquery.com, and Firebug is showing that it has loaded. > > Any ideas? This is my first attempt at jquery and I'm falling at the > first hurdle :< >