Hi, Kent. I'm a beginner myself, so I'm replying to you in the hope
that one of this group's more-experienced gurus will pick up!

It looks to me like you've bunged jQuery in the middle of a bunch of
other javascript (some of which was actually meant to work with
jQuery; it won't do too well outside your "document.ready" function).

The jQuery call is equivalent to .onload in that it begins when the
DOM has fully loaded. You probably already read this:
http://docs.jquery.com/How_jQuery_Works#Launching_Code_on_Document_Ready

Why not try putting all of your javascript calls INSIDE the jQuery
function, and see what happens? And hope somebody better-qualified
than me replies to your post ;)

Cherry.

On May 9, 1:11 am, "[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