Hi, basically, it's not a Django issue. You can display standard integer field in your form, but in your template you will use JQuery Slider to alter it so the field will be displayed as a slider. And when user moves the slider, you will write down the value into the integer field.
Radovan http://www.yau.sk On 27. Júl, 13:00 h., Gagiel <[email protected]> wrote: > Hello all, > > I am wondering how can I display a jQuery slider for users to choose > from 1-100 when I make a models.IntegerField? Is there a plug-in or > some snippets I can refer to? > > -- > This email is brought to you -- > by Gagiel Z at Gmail. -- 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.

