Questions tagged as 'jquery'

1
answer

validate data except the selector that triggers Jquery

I want it to validate when it leaves the field if the same data is not repeated in another input. Here my code and my progress <input type="text" class="num_valido"> <input type="text" class="num_valido"> <input type="text" clas...
asked by 05.06.2017 / 19:52
1
answer

Edit full column jquery

<table id="tabla_autos"> <thead> <tr> <th>Patente</th> <th>Color</th> <th>Stock</th> </tr> </thead> <tbody> <tr id="1"> &l...
asked by 06.06.2017 / 16:20
1
answer

Access the result of AXIOS JS

Good afternoon, I am making use of the Javascript AXIOS library for calls to the server and consumption of an API. Everything works fine, but I need to know how the elements of the JSON result can be put into variables to access them. For exa...
asked by 30.05.2017 / 11:57
1
answer

How to walk an append that is inside a for? [closed]

In HTML I have the following: <div class="row"> <ul class="simplefilter"> Simple filter controls: <li class="active" data-filter="all">All</li> </ul> </div>...
asked by 22.05.2017 / 18:47
2
answers

document.getElementById ("something"). value; does not detect the input even if the html document has already loaded

I am trying to access the input of a questionnaire but document.getElementById ("something"). value is returning an empty string. This is the file submit_event.html <!Doctype html> <html> <head> <title></tit...
asked by 20.05.2017 / 18:58
1
answer

Fill modal with data through ajax and web services

I have a project where I must fill a modal window from the database using Ajax, I will explain the project, I have the web services rest in C # and I am consuming it from Java 2EE with servlet and a class called Web Services, but at the momen...
asked by 22.05.2017 / 03:16
1
answer

Insert data with each to a jquery table

Currently I go through an array and I show data in a table, dynamically, what happens to me is that it inserts all the values in the last row of the table and skips the first one, in what way can I do so that the Do you insert data from the firs...
asked by 19.05.2017 / 20:25
1
answer

How do I create a keyup event () to the input type text of "prompt dialog" of alertity?

I can not find how to make the selector of the field that one indicates, it is to validate the entered data. $(document).on('click', '#agregar', function() { alertify.prompt( 'Ventaja', 'Mensaje:', '' , function(evt, value) {...
asked by 15.05.2017 / 16:51
1
answer

Jquery Pop up Form does not work

To avoid messing around here, I put the code through JSFiddle. Let me explain a little, I'm following a tutorial on the Jquery website to create a form that comes out through a pop up, but as you can see in the link below: link I can see th...
asked by 16.05.2017 / 09:10
1
answer

Not working. $ ("# content"). css ("display", "flex"); in Firefox

I have the following code that shows some texts when I click on a button. Works well in all browsers except in Firefox 53.0.3 64 bits , any ideas? $(document).ready(function(event) { $('#btn-servicios-1').click(mostrarServicios1);...
asked by 08.06.2017 / 08:55