0
When I try to make a requisition ajax using the command $.post
jQuery appears an error in Chrome Network someone knows what might be this error
Code: I’m using the codeigniter framework
$.post('/pages/entradaprodutos/carregar_notasfiscais',{
codigo:$("#fornecedores").val()
},function(resposta){
console.log(resposta)
});
This is not an error, it’s a warning... You can share the Ajax call to analyze?
– Tiago César Oliveira
Okay, I’ve edited the question...
– Silvio Andorinha
Qual a Sponse?
– Tiago César Oliveira