Probably consume the view with AJAX, doing a POST on the change event
of the slider.

http://api.jquery.com/category/ajax/

Put your result in a dictionary within your view and return it as JSON:

return HttpResponse(json.dumps(result), mimetype="application/json")

-- 
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.


Reply via email to