Questions tagged as 'ajax'

0
answers

Finder in AJAX does not work

Hi, I have a dynamic search and it's connected to a Base de Datos the problem is that I have a problem calling the function js , I do not know if I'm calling it right. Here I attach the code, it is divided into 3 documents....
asked by 30.07.2017 / 08:54
1
answer

XML read error: incorrect content after an XML element of the document,

I am loading ajax when testing in the browser it launches the following error: $(document).ready(function () { $.ajax({ url: "otrapagina.html", method: "GET", dataType: "html", success: function (respon...
asked by 02.08.2017 / 20:57
0
answers

serialize + data in ajax

I am trying to attach a data to a serialize, if it works it should print a text with the variables sent in the div "resp". <?php $mes = "marzo"; ?> <script> var tiempo = "llueve"; $(document).on('ready',function(){ $('#btn-ingr...
asked by 18.07.2017 / 18:43
0
answers

Problem with json_encode php and ajax

I'm using CodeIgniter where I have a driver that returns an array in json format, and I want to receive it from jquery ajax, but I get this error: Fatal error</b>: Call to undefined function json_encode() It also turns out tha...
asked by 18.07.2017 / 21:55
0
answers

PHP download files from the server does not work with ajax

I have the following problem, I hope you can help me: I have a php script to download files from the server what works correctly if I call it from a href tag. However if I call the same php script with ajax it does not work. (The issue of doing...
asked by 19.07.2017 / 19:18
2
answers

I can not save the image in the path of the error folder: Notice: Undefined index: photo in C

I try to save the image in a directory outside this directory called img , it happens that it does not save and it sends me the same error I can not find how I save the image. You can help me visualize the error, in the following code....
asked by 19.07.2017 / 22:14
1
answer

Bootstrap manners are not shown on my div that loads all my content with ajax

I have an index with a navigation made with AJAX and thus load all the other pages within the div that has the index.php, so that the browser does not recharge. My problem is when in that div I want to load a CRUD that uses the...
asked by 27.07.2017 / 22:49
2
answers

how can I do that when I bring a table dynamically by ajax, I still respect the doubleclick of JavaScript on the table

When loading the page a table is shown, to this table to double click on a record opens a modal with a graph, until it works correctly but when using a drop-down list that still commands me to attract other results through ajax and it is shown o...
asked by 14.07.2017 / 19:25
0
answers

Why does not my PHP code receive a $ _GET parameter?

I have an html form in which you have several button-type elements and each with an onclick event. The onclick function does the following. Make a request with ajax and show data from a certain table in a database. Each button consults different...
asked by 07.07.2017 / 16:43
0
answers

Notice: Undefined variable: tmp_name in C:

Good morning Friends StackOverflow I have the following error when saving a form with an image, the error I receive:    \ xampp \ htdocs \ stock \ ajax \ new_categoria.php on line 20   The catalog has been successfully entered. I...
asked by 26.07.2017 / 17:47