cherry austin - good idea, but not quite :) Kenthumphrey, You've declared jQuery.noConflict(); . This reverts $ back to its previous value, in this case undefined. Either remove jQuery.noConflict() or replace $(document).read(function(){}); with jQuery(document).ready(function($){});
On May 8, 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 :<