Questions tagged as 'jquery'

1
answer

Send a form after checking a checkbox in html with jquery

I am working with a "purchase" form in which I have, in addition to many inputs, two in particular with radios that are Cash Payment and Card Payment. When my buyer selects Pago with cash and click on Send, the confirmation template where he has...
asked by 26.09.2017 / 17:17
1
answer

Show a modal with jquery taking a reference class

Good morning I am trying to show a modal when loading a page taking a reference class, what I want to achieve is to show the modal in only one page and in the others not what I'm thinking about is taking a reference class and show the modal if t...
asked by 07.09.2017 / 16:07
0
answers

500 (Internal Server Error) GET and request POST from JQuery / ajax to heroku server

I have my Django application deployed in Heroku at free dyno . I am currently sending some requests GET and POST from JQuery / ajax In my local development environment, the requests to my url endpoints work very well, a...
asked by 01.09.2017 / 13:19
1
answer

Sum of td with class

Hello, how can I add the values of the column with the class called add <td class="sumar">VALOR ENTERO</td> taking into account that it is a cycle foreach and several values will be printed with the same class. <ta...
asked by 01.09.2017 / 06:36
2
answers

Basic comparison - Input and Object

I need to make a comparison (if) between the value of an input with 2 properties of an object and if they match, enter the system. function datosPersonal(usuario, correo, dni, contraseña) { //Objeto Personal this.usuario = usuario;...
asked by 02.09.2017 / 21:15
1
answer

Validate date range with JS in datepicker (pickadate) of Materialize

I need to make a date validation in Rails asynchronously since I have an initial and final date. Validation includes that the end date must be greater than the start date. To show the date I use the datepicker of materialize : F. Star...
asked by 05.09.2017 / 12:43
1
answer

JavaScript execution error

I have the following code that makes a request to a WS by jquery: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Calling Web Service from jQuery</title> <script type="text/javasc...
asked by 01.09.2017 / 18:21
0
answers

Consuming SOAP with jquery

Greetings Community I am trying to consume a SOAP service with jquery.soap but I do not know much about the SOAP topic and I am a little confused because it throws me the status well but it does not print anything. $(document).ready(function (...
asked by 01.09.2017 / 18:38
1
answer

Problem with Chrome download icon

Good, I have the following problem with the Google Chrome browser: When a $ .get () is executed within it, I have a function that is function(data){} that is executed when the answer comes and within it I have these lines of code. va...
asked by 01.09.2017 / 20:01
1
answer

Problems with Servlet access through Ajax call

Good morning, everyone, to see if someone could give me a hand to solve a problem I'm having. I'm trying to access a Java Servlet from an Ajax call via JavaScript, until then everything would fit, but when I make the call to the Servlet it re...
asked by 25.08.2017 / 12:45