I have this for, the idea is to save the data in the object:
let data_array = {};
for (var i = 0; i < data.length; i++) {
//console.log("datos completos -> " + data[i].id_expediente);
data_array = {...
can you get information with javascript of an xml loaded in input before passing it to the php language? And if you can, how do you laugh?
what I want is to extract the UUID from the xml and depending on the uuid send the variables to php
I have the following problem, and that is that I have a chat to which I want to place a regular expression that substitutes a word for the nickname of the user who reads it. For example, I want to put a phrase that says
!! user are reading th...
I have a method that retrieves data from the form, and passes them as parameters to a service method to perform the query, this method returns a json response, and in the view sends me a message if there is data or not data in the query.
Now...
I have a select where I select the tipo of file that I will send if it is pdf or img , in case it is img I must send image-A and image-B just send 2 imgs must be deactivated the boton...
I hide a <li style="display:none"> but clicking on inspect in a browser allows me to see its contents. I want that content not to be displayed when I click on inspect.
Hello good afternoon everyone has my function that validates a date without "/" example: 010218 would be ( 01/02/2018 ).
What I basically need to add a validation but which does not come out, which would be to throw an alert like...
I have an application that displays a menu if we right click on the central div (#body), in this div there are files represented in a list <li> , each <li> has as id #fichero . My problem is that sometimes there ar...
I have an app in Bootstrap which has to show different manners in different pages.
For this I have thought to remove these manners and have each in an HTML file so that after each page you can call it to be displayed.
I want to do it this way so...