Fletcher,
Hope you have copied all the files that JQueryUI requires, when am
using JQueryUI, this how my directory structure looks like,
-MyProject
- media
- css
- images
- js
- themes ( specific to JQueryUI )
- ui ( specific to JQueryUI )
- template
- app
Then my base.html;
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<script type="text/javascript" src="/site_media/js/jquery-1.4.2.js"></
script>
<script type="text/javascript" src="/site_media/js/
jquery.curvycorners.source.js"></script>
<link rel="stylesheet" type="text/css" href="/site_media/css/
master.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/site_media/css/
table_style.css" media="screen" />
<link rel="stylesheet" href="/site_media/themes/start/
jquery.ui.all.css" type="text/css" media="screen" charset="utf-8" />
<script type="text/javascript" src="/site_media/js/jquery-
ui-1.8.custom.min.js"></script>
<script type="text/javascript" src="/site_media/ui/
jquery.ui.core.js"></script>
<script type="text/javascript" src="/site_media/ui/
jquery.ui.datepicker.js"></script>
<script type="text/javascript" src="/site_media/ui/
jquery.ui.dialog.js"></script>
Hope this helps ...
Gath
On Jan 17, 6:26 am, Fletcher Haynes <[email protected]> wrote:
> Hello,
> I'm having some trouble getting jQuery UI to work. It doesn't seem to be
> finding the CSS static file...here is my base.html and the page that
> inherits from it. It does find my style.css file fine, which is my
> non-jQuery stylesheet.
>
> http://dpaste.com/324572/
>
> I'd appreciate any help.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected].
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.