On Nov 7, 2:17 pm, polyrhythmic <[EMAIL PROTECTED]> wrote: > This is likely your entire problem. The jquery.js *must* be before > *any* jQuery code -- the browser will choke when it sees $ or jQuery > before $ and jQuery are defined.
Oops, I should have checked before I replied. I have so many concurrent things going on I didn't realize, for this little test I actually -did- put jquery at the very top in <head> Even in this example, where the jquery related code is at the absolute bottom of the page (I can't get it any lower) I can still trigger the error by hovering over the tabs while the page loads... Example page: http://mikehost.com/~mike/tmp/jquery/jquery4.html (just view the source to see) Here's the errors: http://mikehost.com/~mike/tmp/jquery/error.jpg As you can see, a lot of hover action happens before it's bound. It's a small page with no images or anything external besides the jquery.js...