Posts by Matheus Gatner • 1 point
3 posts
-
-1
votes1
answer216
viewsQ: Ajax function running multiple times even being called only once
Hello, I’m having the following problem: I have a modal that should make the inclusion of a form in the database. The Submit button calls a Javascript/Ajax function, which in turn calls a php page…
-
0
votes1
answer51
viewsA: Run Javascript after AJAX call
To whom it may interest, I managed to solve the problem. I called the function right at the creation of the table, as follows: <?php $sql = 'select * from CAD_VENDAS where STATUS=0;'; $query =…
-
-1
votes1
answer51
viewsQ: Run Javascript after AJAX call
Hello, I am loading a page into a div through AJAX, so that the data can be loaded without the need to reload the page. However, I noticed that the javascript that is on this loaded page is not…