Jquery ajax – DJANGO – convert POST data to JSON and render HTML partially
I'm stuck trying to convert data from the AJAX call to view.py and back to HTML: JQuery/Javascript function getCookie(name) { var cookieValue = null; if (document.cookie && document.cookie !== '') { var cookies = document.cookie.split(';'); for (var i = 0;…