asp.net - jquery plugin not loading -- script failing -
I have tried to do it with several different plugins, so I'm sure this is not their own. I'm also running one on my personal machine and it works just fine.
I am loading jquery and then plugins the second loading. Then the next line of code is calling the plugin to:
$ ("a [rel]"). Colorbox (...) or
$ ("a [rel]") Overlay (...) And I'm getting "does not support the property property or method". This is not on html object, I've compressed it for the jquery plugin in the actual function call - $ ("a [rel]") selector is working fine alone It seems that the plugin is not actually loading is.
Have you ever seen it? I'm running on XP, so the IIS6 (5?) Latest jQuery 1.3.2 though I tried 1.3.1 and 1.2.6.
Very much appreciated! !!!
I had the same problem, and it was because I had this line twice: / P>
& lt; Script src = "jqueryScripts / jquery-1.3.1.js" type = "text / javascript" & gt; & Lt; / Script & gt; It was in an ASP project and I also included another .asp page, which was also a reference, so I took 2 hours to find out.
Maybe you have the same problem?
Comments
Post a Comment