Questions tagged as 'ajax'

2
answers

send an image using ajax

function objetoAjax() { var xmlhttp = false; try { xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } catch (E) { xmlhttp = false;...
asked by 25.07.2018 / 00:14
0
answers

I returned a complete html when executing my ajax with specific url

When I run my ajax and send the location of my webmethod I get the following result: <!DOCTYPE html> <html lang="es"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> &l...
asked by 20.07.2018 / 17:34
0
answers

form validation

good day. I am new to this programming and I need help to add a personalized validation of PARSLEY and validator. I have the validation by default and I want to give it the style that PARSLEY gives but I do not know how to do it in the js. I'm w...
asked by 20.07.2018 / 20:11
0
answers

Why do not you show me a Select when I add styles and js?

I have a small exercise that I was doing to make nested selects (Department-Province-District) connected to a bd in oracle. all right up there but when I entered styles and js to my index when compiling it only showed me the data of my first Sel...
asked by 19.07.2018 / 20:57
1
answer

Automatic result with PHP and Ajax

I'm doing a data entry in which I have two points that I do not know how to do in ajax or jquery. <?php $valor = 320; //valor en pesos ?> Ingreso <input type="date" name="ingreso" autocomplete="off"><br> Retiro <input typ...
asked by 19.07.2018 / 21:18
1
answer

Insert form to database

I have no experience in design, but I have this little problem I am putting a bad data, please help. This is the form or just part of the error <div class="col-md-6 col-sm-6 col-xs-12 xdisplay_inputx form-group has-feedback"> <inpu...
asked by 19.07.2018 / 20:34
0
answers

Promises under Jquery and Ajax

There is a URL where an Order API is hosted. The API provides a method that delivers the order headers for a customer and on a date. What it returns is an order code. There is a second method where, with the order code, it returns the details of...
asked by 21.07.2018 / 18:31
1
answer

Fill table with Ajax

I am presented with the following problem. I have a table in a View called all_calls_view.php which is called by the following controller reg_calls_controller.php and the function all_calls_view . As you can see when you send the call th...
asked by 25.07.2018 / 20:07
1
answer

Update component in Vuejs

I am having a problem, I have developed an app where you have a login. Once logged in, it takes you to the user profile, but always the information of the previous user appears, only updated when I change the script and then automatically refres...
asked by 25.07.2018 / 18:13
1
answer

Select dependent save id, but I need to save the variable

<code><!-- desde aca empieza select dependiente --> <?php include('db-config.php'); $query = $db->query("SELECT * FROM provincias ORDER BY provincia ASC"); $rowCount = $query->num_rows; ?>...
asked by 24.07.2018 / 05:24