Questions tagged as 'ajax'

0
answers

Pager does not work on call from ajax

Hello, I have a simple pager. The paginator works entering from its own page, but it turns out that the data that pages are loaded in a div through AJAX, then when trying to advance between the links of the pager shows me an error of Object not...
asked by 27.11.2018 / 04:27
0
answers

Inquiry in each

Hello classmates, someone could help me how to show a SELECT QUESTION inside each one I want to show the data this post I have the data of the observations $.post('php/formularioactualiza/MostrarResultPre.php', datos, function(observaciones...
asked by 23.11.2018 / 21:02
0
answers

I have a problem with Uncaught TypeError: Can not read property and I'm going crazy

I have a problem with Uncaught TypeError: Can not read property and I'm going crazy I need your help I have this error:    Uncaught TypeError: Can not read property 'text' of undefined       at recordQuote (script.js: 1245)       at HTMLButto...
asked by 24.11.2018 / 21:26
0
answers

Query in the background? Download time

I have a code that has to show a list of options downloaded from the database through the element. The problem is that this query takes a long time to load (since I have to show more than 150000 records). The code I currently have is this:...
asked by 22.11.2018 / 18:10
2
answers

Get form data by ajax - POST method worked - PUT method not

I have a form that sends the information to the controller by ajax. When adding a record using type: POST if it works since doing dd ($ request-> all ()) shows me the array with the data. function saveReg() { var datos = new FormData();...
asked by 23.11.2018 / 16:25
1
answer

How do I send the value of a file type input by ajax to be used in the controller?

I have a form which sends the data to the controller through ajax <script> function save() { $.ajax({ type: 'POST', url: '{{url('/user/new')}}', data: { startDat...
asked by 21.11.2018 / 21:03
0
answers

Run a query every hour with php

I have the following query $query = "UPDATE cat_marca as tabla_c SET tabla_c.precio = (SELECT tabla_c.precio * tabla_b.porcentaje FROM cat_concepto as tabla_a INNER JOIN cat_depreciacion...
asked by 23.11.2018 / 00:01
1
answer

Pass variable ajax to php and how to make the call in php

Hello I have the following problem I have a dynamic select that gives the user an option and depending on that option throws other options are 2 select this is the code <div class="container"> <div class="row"> <...
asked by 27.11.2018 / 20:01
0
answers

Load a div with ajax and php

I'm doing a chat but when I want to send a message, I recharge the entire page and not the div, this is a part of the php code: <aside id="chat_derecha_contactos"> </aside> <div id="chatear_contacto"> <...
asked by 23.11.2018 / 03:29
1
answer

undefiened index file

I've been stuck with this for several days and I still have not been able to solve it, the thing is that I have a form which I sent with ajax , the form has some fields of type text and one of type file that is my big problem I have trie...
asked by 19.11.2018 / 17:18