Questions tagged as 'jquery'

1
answer

Access JSON obtained through AJAX

I have a problem, no matter how hard I look for it, I can not find how I can access the array that I obtained after having made a query using AJX with PHP and sent the result in JSON format to javascript. I hope you can help me, I do not underst...
asked by 28.08.2018 / 20:38
0
answers

Calculating the prices of each item within a form - Ruby On Rails

Greetings! I am trying to calculate the price per item, to later add them, however, is only able to calculate an item, I have honestly had problems to assign a unique and dynamic id, so that each item has its own result, since only the first ite...
asked by 15.08.2018 / 06:16
1
answer

How can I access the values of an XML tags with jquery?

This is the example of an XML document and I want to access the value of the date that is with the name of fecDocto, how do I get that value?     
asked by 24.08.2018 / 20:06
0
answers

how to send responses during the execution of a spring function?

I'm doing a web application , in the login it makes a series of steps like validate data, connect to the database, search the user, get the permissions . All this I want the user to see in a div for example: when the login on the div say...
asked by 13.08.2018 / 18:17
1
answer

Problem when calling an input I can not find a solution please help! JQUERY

Script where I send the information and show it <script> $(document).ready(function(){ $('.btcar').click(function(e){ e.preventDefault(); var car = $(this).attr("id"); var stock = $('#stock'+car).val();...
asked by 17.08.2018 / 07:09
1
answer

Validate a select in JQuery by obtaining a string value from mysql

I comment, I have a normal registration form in html, the thing is that using the select, I want to load the same value (in this case a select, when I register I select the option I want) that is stored in the DB . The id that I use in the optio...
asked by 17.08.2018 / 03:09
1
answer

Passing javascript data to php

I'm trying to pass some data from a form by passing it through ajax but for some reason the page that sends the data does not arrive at all. This is my javascript code: </script> <!-- Apertura Script -->...
asked by 13.08.2018 / 17:44
1
answer

Why did I add the class next left in my boostrap carousel when I told him to add my active class in my boostrap carousel?

What I want to do is that when my question has a timer and the user next, that question disappears and I can not answer it anymore. Code: var timer = $(".active").attr('data-timer'); if (timer == undefined) { var $carousel = $('#carouse...
asked by 10.08.2018 / 21:48
1
answer

Problems loading datepicker inside a div col-lg-pull bootstrap

In the input that I enter date, use datepicker in the following way: <div class="col-lg-2"> <input type="text" class="form-control" title="" id="fechar"> </div> $(document).ready(function () { $("#fechar").addClass("d...
asked by 11.08.2018 / 04:36
0
answers

Is it possible to visualize with drop zone files that are on the server?

I just started to use dropzone and I have no problems with file uploading, it helps me with some jquery and in general there is a lot of information about uploading files, but I have a form that I want to edit where files were already saved in a...
asked by 10.08.2018 / 02:18