Right, I'm trying to do a select in a database via ajax using jQuery. Here are some excerpts from the code I'm using and more explanations:
Ajax function
function carregaRegistros(dia, mes, ano) {
dia = parseInt(dia);
mes = parse...
asked by
01.06.2018 / 20:39