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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment