Re: Ajax/jquery .load() unresponsive via django html templating, or FF/chrome

2012-03-20 Thread Eli_West
Thanks, I think I did read the page that recommends adding a script and did so but no help there. I'll doublecheck but it just seems like there is not very much info on this topic. Is it safe to say that somehow having django templating in the middle is causing xss issues to0? Extra content from .

Re: Ajax/jquery .load() unresponsive via django html templating, or FF/chrome

2012-03-20 Thread Tom Evans
On Mon, Mar 19, 2012 at 6:52 AM, Eli_West wrote: > 2 potential issues I've been trying solve: > > 1) Django csrf or other mechanism is blocking ajax and jquery .load() > > […] Are you following the advice laid out in the Django manual on AJAX And CSRF? Cheers Tom -- You received this message

Ajax/jquery .load() unresponsive via django html templating, or FF/chrome

2012-03-18 Thread Eli_West
2 potential issues I've been trying solve: 1) Django csrf or other mechanism is blocking ajax and jquery .load() This following simple ajax interaction works by opening directly in a browser, but not through a django view: ( assume content to load from namesinfo.htm is available) //