Hi, guys,

I met a problem on including external javascript file in template.
My form.html and jquery.js are put under /study/ajax/templates, (study is
the project name while ajax is the app name.)
In form.html, jquery.js is included by the following code:

<script src="jquery.js"></script>

But it didn't work. In console, I got the following log: [15/Nov/2007
00:09:28] "GET /ajax/register/jquery.js HTTP/1.1" 404 2434
I feel strange about the URL: /ajas/register/jquery.js, but I don't know how
to get it right.

-- 
Best regards!
-Sting

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to