Questions tagged as 'ajax'

0
answers

Request ajax works in browser and emulator of android not Cordova

Hello! I am developing my first application in Cordova, I use an ajax requirment for a php file that returns a json. Testing in chrome, everything happens well, but when I generate the .apk to test in the android's AVD the request does not work....
asked by 10.03.2018 / 19:03
2
answers

PROBLEM WITH AJAX JSON

File IMG_TROCAR.PHP code <?php include_once('config/config.php'); $ligacao = new PDO("mysql:dbname=$baseDado;host=$host", $user, $pass); $id = $_POST['id_user']; $mudarAvatar = $_FILES['img_avatar']; if($mudarAvatar['...
asked by 04.03.2018 / 13:34
1
answer

Problem for popular Datatable?

I can not find the error , just do not populate the table: ERROR    DataTables warning: table id = TabEvolucao - Invalid JSON response. For more information about this error, please see link AJAX $('#TabEvolucao').DataTable({...
asked by 24.02.2018 / 14:29
2
answers

Variable does not go to PHP with Ajax

I have this code that requests with Ajax for a PHP file. The problem is that you are only getting the input type="file" value, the other fields are not being passed to PHP. I'm doing this to get the input value var valor = $("input[name...
asked by 01.03.2018 / 12:41
1
answer

CSS Bootstrap in combobox Ajax

I'm using a combobox ajax, so it can be typed inside the data of the combobox, however I'm using bootstrap and it is not configured correctly, I use class to configure, it follows how it's getting: <div class="grid-16 search"> &...
asked by 01.03.2018 / 12:59
0
answers

Generate Json File from Javascript values - REST and NODE

I'm trying to create a form data reading routine HTML and, from the value of the input fields, generate a JSON file with NODE JS (create a .json file, it is not translate to json ). I also want to implement the...
asked by 23.02.2018 / 18:40
0
answers

Doubt about Spring + Jquery

Alright? I've just started the Jquery + Spring MVC study. I'm developing an application where a person populates a phone field and through the pre-set a combo will be populated with the state and all cities of this state for the user to select....
asked by 06.03.2018 / 17:50
1
answer

Send array of objects as Ajax parameter

I have an array of composite objects as follows: {file: File(871699), x: 0, y: 0, width: 2, height: 2, …} Each vector house has an element as described above, and the first parameter, the file is an image that has the following data: file...
asked by 21.02.2018 / 22:27
0
answers

Jquery Ajax - Problems rendering graphics using jquery request

I'm developing a web application that aims to generate monthly reports of some information coming from the mobile application. Since I have little experience with Jquery, I'm having trouble uploading the information on the chart. I'm using the...
asked by 20.02.2018 / 15:09
1
answer

Go back to same page after the crud of a modal

I have a page with a datatable, in the select event of this table open a modal passing the selected registry id to modal, in the modal I delete this record, shortly after I close the modal and redirect to the page that was previously , but the t...
asked by 26.02.2018 / 20:12