Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery in Django: Which django apps should I look into?
    primarykey
    data
    text
    <p>I want to use some jquery in my forms and I was hoping to use some ready made solutions - there seem to be a lot of them... </p> <p>Which django apps would you recommend for this purpose? Which are most popular?</p> <p><strong>EDIT #1:</strong> Hmmmm... I suppose I didn't put enough effort into my question... I was hoping for more options/clarifications...</p> <p>There seems to be a huge amount of jquery apps out there. Here's a random selection:</p> <ul> <li><a href="http://code.google.com/p/django-ajax-selects/" rel="noreferrer">django-ajax-selects</a> - for autocompleting ManyToManyFields and ForeignKeys</li> <li><a href="http://code.google.com/p/django-autocomplete/" rel="noreferrer">django-autocomplete</a> - same as above</li> <li><a href="http://code.google.com/p/django-ajax-filtered-fields/" rel="noreferrer">django-ajax-filtered-fields</a> - autocomplete yet again</li> <li><a href="http://code.google.com/p/django-easywidgets/" rel="noreferrer">django-easywidgets</a> - this one doesn't seem to be documented on-line, so I'm not sure what it does, but it's probably a collection of widgets.</li> <li><a href="http://code.google.com/p/django-ajax-forms/" rel="noreferrer">django-ajax-forms</a> - already mentioned by silent1mezzo, from what I can see it does client side validation</li> <li><a href="http://code.google.com/p/django-dynamic-formset/" rel="noreferrer">django-dynamic-formset</a> - adding new forms to an already rendered formset</li> <li><a href="http://code.google.com/p/django-form-widgets/" rel="noreferrer">django-form-widgets</a> - a collection of widgets like datapicker etc.</li> </ul> <p>I suppose the obvious answer is "use the one that gives you the functionality you need", as most of these serve different purposes. But I was wondering which are commonly used... Or maybe most people just tend to code their own?</p> <p>For someone who is pretty clueless about jquery is it easier to use one or a few of these? Or is it easier to do it "by hand"?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload