Re: django autocomplete search with jQuery

2012-11-05 Thread carlos
Hi i found in google http://code.google.com/p/django-autocomplete/ and other autocomplete for complete selects https://github.com/digi604/django-smart-selects i thing the first help you cheers On Sun, Nov 4, 2012 at 2:25 PM, Serena wrote: > Hello, how are you? I am new to Django and I have li

Re: django autocomplete search with jQuery

2012-11-04 Thread Serena
Hello, how are you? I am new to Django and I have little knowledge of AJAX, is that you could help (some step by step tutorial) to use some autocomplete widget to search for model fields. El viernes, 30 de julio de 2010 08:59:16 UTC-4:30, Quenten Griffith escribió: > > I actually just set this

Re: django autocomplete search with jQuery

2010-07-30 Thread Quenten Griffith
I actually just set this up last weekend. I used this link to understand how to do it http://lethain.com/entry/2007/dec/01/using-jquery-django-autocomplete-fields/ I also found a plugin that takes most of the work off of you from developing the feature. http://bitbucket.org/tyrion/django-autoco

django autocomplete search with jQuery

2010-07-29 Thread Joel Klabo
I have been looking around for some examples but I can't find anything recent. This is my first AJAX experience so I would love to just see an example because it's not quite making sense to me. Does anyone know of a tutorial? Or have some code samples I could check out? I have checked google btw.