You are using jQuery.noConflict() which unbinds the jquery object from
the $ namespace so jQuery('a') still works on your site just $('a')
does not
from a cursory glace i cant see any reason for using the noConflict
function, remove that and your code will work.

On May 9, 12: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 :<

Reply via email to