An AJAX function, which passed a list containing the id
of the selected rows of a table and two values of type date
that are the start date and the end date. Those values are the process in a view that I have developed with Django . I want that after I work with that data the final result, return it as a data context for the page where I'm going to redirect.
The problem is that I can not redirect unless in my function succes
put window.location = response.url
, and that way I can not pass a data context.