Questions tagged as 'ajax'

0
answers

Image Upload with Ajax (fakepatch) for PHP

I'm getting data from a form (HTML) to register in my database, the data is coming in the following way in the Firefox Console. link . In my view the problem apparently is in the variable $ _FILE that can not get the file with this fakepatch, w...
asked by 17.02.2018 / 20:29
0
answers

Problems with ajax in a WebView

A webView was developed for android where it loads the page of a virtual store of mine in opencart. The problem occurs in the order ending where it does not display the login or payment screen. In android Chrome it works norm...
asked by 21.02.2018 / 13:23
1
answer

Updating XML data in real time with jQuery.get

I'm building a page that has a (with bootstrap 4) carousel that displays some information about temperatures. This information comes from an XML that will be updated whenever a change occurs. I'm doing the tests by manually changing the...
asked by 19.02.2018 / 17:19
0
answers

How to update form bank with input Select?

In the file cadFilhote.php I have the function: function atualizarFilhote(str){ var id_filhote = str; var filhote = $('#filhote-'+str).val(); var raca = $('#raca-'+str).val(); var opcao = $('#opcao-'+str).val(); var descric...
asked by 16.02.2018 / 20:35
0
answers

Search by all or just one form field

I'm having problems with a form in my WordPress blog, I have the following form that is in the functions.php file. function terapeuta_search_scripts(){ wp_enqueue_script('terapeutas', get_stylesheet_directory_uri() . '/js/terapeutas.js', array...
asked by 20.02.2018 / 06:28
0
answers

Ajax does not work on the server

I have read some answers in the forum, but none have solved my problem, Ajax works on the site, but when upload does not work, follow the code: jQuery('#formLogin').submit(function(){ var dados = jQuery( this ).serialize(); jQuery.aja...
asked by 13.02.2018 / 18:54
1
answer

Django create page using Ajax

I want to upload without refreshing paging using ajax I have a table where it shows 5 items per page the goal is to change the page do not refresh the page to change to the next In views: Inthepaginationnavtemplate     
asked by 09.02.2018 / 16:45
1
answer

POST image, via ajax

Hello basically what I want to do is a system similar to facebook, to create posts. Where you press on send photo, choose the photo and automatically the photo goes to the server and has a visual feedback that the photo is going and then the thu...
asked by 14.02.2018 / 20:28
0
answers

How to send a message without having to refresh the page?

If in doubt, I am available. //obtem as informações do banco de dado com o methodo json_encode() php consulta.php //===================================================== function atualizarItems(){ var items = "";...
asked by 08.02.2018 / 15:57
1
answer

JSON parse error

I'm developing a web application (Spring) and need to save a date in the database. I have done a Ajax function to save the value, however I get the following error:    JSON parse error: Can not deserialize value of type   java.time.Loc...
asked by 07.02.2018 / 19:30