I am in a form where I make a query by date, those parameters are passed by ajax, what it does is pass it to a controller to generate a list.
It would be something like this:
$.ajax ({
url: './consultar',
type: 'get',
data:{fechadesde:$...
asked by
24.03.2018 / 13:25