Monday, January 25, 2010

Re: [jQuery] This code is too complex for a noob, can someone break this down.

Nathan Klatt-2 wrote:
>
> On Mon, Jan 25, 2010 at 5:19 PM, Bugman1400
> <Trae.Beall@coachmanridge.com> wrote:
>> I still get the Error "$ is not defined" in the console. What could that
>> be from?
>
> That means jQuery isn't being properly included.
>
> Nathan
>
>
Nevermind.....I just figured it out. I had

<script language="JavaScript" type="text/javascript"
src="/js/jquery-1.3.2.min.js"></script>

when it needed to be....

<script language="JavaScript" type="text/javascript"
src="../js/jquery-1.3.2.min.js"></script>

All is well now. Damn Nate....you da man!! Much obliged!!
--
View this message in context: http://old.nabble.com/This-code-is-too-complex-for-a-noob%2C-can-someone-break-this-down.-tp27282222s27240p27316140.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

No comments: