Questions tagged as 'jquery'

0
answers

Calculate expression in a single Jquery input field

I'm developing a calculator in HTML + JQuery where I have basic operations for it, however I need to implement the following: When the user types in the input field an expression type: (5 * 5) +4 JQuery the operation and show the resu...
asked by 04.03.2018 / 16:55
1
answer

How to structure multidimensional array with json

Good evening !!! I have a json that returns in this format: {rua: "A01", col: "01D", alt: "A"},{rua: "A01", col: "01D", alt: "B"},{rua: "A01", col: "01D", alt: "C"},{rua: "A01", col: "01D", alt: "D"} But I need you to return in this format:...
asked by 28.02.2018 / 01:46
1
answer

WebControl input text mask

I created a UserControl called UclDataVigencia very simple. Only one label and two input texts that will be responsible for receiving a start date and an end date. I would like to apply a mask to the date of type dd / mm / yyyy. I tried using jQ...
asked by 23.02.2018 / 20:43
2
answers

Variable does not go to PHP with Ajax

I have this code that requests with Ajax for a PHP file. The problem is that you are only getting the input type="file" value, the other fields are not being passed to PHP. I'm doing this to get the input value var valor = $("input[name...
asked by 01.03.2018 / 12:41
0
answers

Marking areas on Google maps

I am on a side project of a condominium, which will have an area on the site that will have the entire condominium area, and inside all lots. Would an outside of me do with Google image or Google maps a way that when the person was passing the m...
asked by 23.02.2018 / 14:38
0
answers

Page according to the clicked Product ID (JAVASCRIPT)

I am trying to get the ID of the button which is a variant and throw it on another page to perform a fetch API. It's just that this button is done automatically, it depends on how many purchases you have in the client's cpf, if you have 2 purcha...
asked by 23.02.2018 / 17:10
0
answers

Generate Json File from Javascript values - REST and NODE

I'm trying to create a form data reading routine HTML and, from the value of the input fields, generate a JSON file with NODE JS (create a .json file, it is not translate to json ). I also want to implement the...
asked by 23.02.2018 / 18:40
0
answers

Create an object for each group of identical ids

How can I create a single object containing the data when the id question is equal and within a $ each loop?     
asked by 21.02.2018 / 21:13
2
answers

Auto-calculation Jquery does not work

I have this budget form. I'm taking advantage of the self-calculation of another form, which works perfectly. But I played him in this other one and he does not do the auto calculation at all. I checked if the field names are correct, but it sti...
asked by 21.02.2018 / 21:42
0
answers

Doubt about Spring + Jquery

Alright? I've just started the Jquery + Spring MVC study. I'm developing an application where a person populates a phone field and through the pre-set a combo will be populated with the state and all cities of this state for the user to select....
asked by 06.03.2018 / 17:50