I am bringing a list in JSON format, I store it in a variable and it works fine, the problem is when I try to use it is variable in another side it appears Uncaught TypeError: Can not read property 'V' of undefined, the V is brought from the l...
I need to select several checkboxes that are not together and put them in a input type text , I achieved that by filtering "states" and selecting them I put them in input .
But when doing another search, delete the...
This question may be absurd but it does not work codes that I found in search
What I have is the following:
$(".nota").focusout(function(){
var tx = $(this).val();
if(tx.length == 2){
alert("El valor ingresado no debe termin...
hello everyone I have a situation where I have two documents request.php and guardianship.php
in the file request.php I have a to add fields.
var nextinput = 0;
function AgregarCampos(){
nextinput++;
campo1...
I am developing a sales system, and in the ticket window I have the search button that allows me to go to another page with the list of articles. This consists of two buttons. One is adding that adds the product in question to an array of detail...
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 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.
As the question says, I'm looking for some way to save the selected records of a databtable, something like staying logged in from facebook.
I explain myself in a better way: if I see the records of a table, initially I show 10, I mark the op...
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...