Questions tagged as 'jquery'

1
answer

show value in div with image every 10 seconds

I would like to achieve 2 questions, the first is that I have an image inside a div, that simulates a little light, the idea is that depending on the number of records in a table I show the image and over it the number. I use a function to bring...
asked by 12.09.2018 / 15:38
0
answers

Help retrieving data from a controller with Spring?

I have the following method that returns a list, from which I want to retrieve a field and if you bring it to me, I use the model to send the value of that field to the jsp, but it does not show anything in the browser console @ResponseB...
asked by 14.09.2018 / 04:17
0
answers

CHECK PRICE FROM FORM

I AM LEARNING DEVELOPMENT AND I WOULD LIKE TO KNOW HOW TO DO THIS. MY FORM IS OF A CARRIER THAT CHARGES THE SERVICE DEPENDING ON YOU TO CHOOSE THE CUSTOMER. <form class="reserva" id="pricing" action="book.php" method="POST">...
asked by 14.09.2018 / 00:51
0
answers

Robobrowser to login in a form

I'm trying to login in a web form: from robobrowser import RoboBrowser s = requests.Session() browser = RoboBrowser(session=s, history=True, parser='html.parser') browser.open('https://www.miweb.com/') print(str(browser.parsed)) form = brows...
asked by 13.09.2018 / 08:17
0
answers

Initial loading of slick

I have this carousel with the library slick.js, which has an automatic reproduction, what happens is that initially does not load well, I do not know what it can be, I have to go to the second tab to adjust ( attached image of how I am charged)....
asked by 13.09.2018 / 16:00
2
answers

Send ID from jQuery to a page to make an INQUIRY

I try to explain, since it is something I had never done before: Attempt: when opening a modal, I take out an "id" (the one of the client) Now, I try to send that "id" to the same page that had made the action, I put the code here:...
asked by 13.09.2018 / 18:37
0
answers

Read elements of a JSON in shopping cart session

I have a class code that works perfectly coded, along with AJAX adds and elminates articles, and works with sessions. But it happens that I want to add a client to the operation either for a discount, or to associate the sale. In the ready...
asked by 11.09.2018 / 16:44
2
answers

How to execute .blur () of a dynamically created input, jquery?

Good day. The dynamic content is created as follows var listado_ofertas_adicionales = $('.listado_ofertas_adicionales'); valCarrito = response.data; $.each(valCarrito, function (i) { $('<li/>').addClass('s...
asked by 11.09.2018 / 15:34
0
answers

Show data immediately php

Maybe my query is something trivial but still I can not find an answer. What I want to get isq php, print the results once you have finished each process and do not wait until the entire script is loaded. The request is being sent in Ajax...
asked by 08.09.2018 / 17:14
0
answers

Error making an UPDATE from PHP with Ajax

I try to do an "edit" clients, but it does not work at all. Is it possible that it is because the form , I get it by PHP in a query? I will explain my code: First of all: The form , comes from a query, by clicking...
asked by 08.09.2018 / 16:22