I've tried this with a couple of different plugins, so I'm sure it's not them. I also have one running on my personal machine and it works just fine.
I'm loading jquery and then loading the plugin second. Then the next line of code is calling the plugin via:
$("a[rel]").colorbox(...)
or
$("a[rel]").overlay(...)
and I'm getting "object does not support property or method". It's not on the html object, I've narrowed it to the actual function call to jquery plugin -- the $("a[rel]") selector is working fine alone. It's as if the plugin is never actually loading.
Have any of you ever seen this? I'm running on XP, so IIS6 (5?) Latest jquery 1.3.2 though I tried 1.3.1 and 1.2.6.
Much appreciated!!!