Re: rendered template + additional data ajax response

2012-11-16 Thread smcoll
You want to include a rendered template in a JSON response? Take a look at https://github.com/eldarion/bootstrap-ajax and this related blog post: http://paltman.com/2012/08/23/twitter-bootstrap-and-ajax/ It's designed with the intention of supporting bootstrap markup, but i believe it's actual

rendered template + additional data ajax response

2012-11-15 Thread Timophey Nakhai
Hello. I want to put additional data with my rendered template to the client in Jquery.ajax() method. How can i do that? Now i'm using TemplateResponse(), but with that method i get only my rendered temlate.. -- You received this message because you are subscribed to the Google Groups "Django