Use firebug to see if loading jquery. If not loading Jquery.
Try this in your terminal.
I'm using Ubuntu 8.04, but the path depends of your system operating.
export PYTHONPATH=/home/user/directory_of_your_project
export DJANGO_SETTINGS_MODULE=your_project.settings
django-admin.py runserver --adm
On Thu, Apr 9, 2009 at 7:33 AM, Tomas Zulberti wrote:
>
> On Thu, Apr 9, 2009 at 3:16 AM, Gath wrote:
> >
> >
> > Guys,
> >
> > I have the following code from some example i got from
> > here:
> http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields
> ,
> >
> > but its not
On Thu, Apr 9, 2009 at 3:16 AM, Gath wrote:
>
>
> Guys,
>
> I have the following code from some example i got from
> here:
> http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields,
>
> but its not working on my django application.
>
> On my templete i have this function:
>
Guys,
I have the following code from some example i got from
here:
http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields,
but its not working on my django application.
On my templete i have this function:
$(function(){ setAutoComplete("tags", "tagResults", "/taglookup/
4 matches
Mail list logo