Hello, my goal is to use a Django powered website to control the brightness of a light. I am using a JQuery slider bar as a dimmer switch. When the JQuery slider bar loads, I need it to iniciate to a value I have in my database.
I already have my View, Model, and Template setup, and can pass variables from the View to the HTML part of the template. My Question is, How do I pass the variable from the View to the JQuery slider bar? Thankyou for any help. I am new to Django, JQuery and pretty much all Web programming, my main experince is working with microcontollers and low level language between chips. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

