i have a problem when i tried to send values via ajax in jquery
my code is the following
$.ajax
(
{
url: "BuscarPorKeyWords.php",
dataType: "html", type: "GET",
contentType: "application/x-www-form-urlencoded",
data: "pagina=1&palabrasClave=" + $('form:first input:text').val() ...