Questions tagged as 'javascript'

2
answers

How not to send too many records by clicking many times on the button

I have a button, where I have seen several topics and one of the solutions it deactivates, but does not send the data. Button code: <button onclick="this.disabled = true; this.form.submit(); return true;" name="enviar">Enviar<...
asked by 16.08.2015 / 19:11
0
answers

Picking information typed in an iframe

I have an HTML page that has a iframe element. This iframe has a registration. I need to save the information that is typed inside the iframe (another domain). In my searches, I checked the possibility of using Window.postMessage (...
asked by 03.07.2015 / 13:16
1
answer

select with images (generate the div's by id dynamically)

link I'm using a plugin that simulates a select, but with images. the intention is to take the values of each image and play within a text input of name='algumvalor' to later save the data in the database. I'm trying to loop in javas...
asked by 03.07.2015 / 21:09
0
answers

Move an object in the direction of "onmousemove"

I'm trying to move an object in the direction in which the person presses the screen, moves and then releases. I tried to use some for ties (it was the only thing I thought) but to no avail.
asked by 05.07.2015 / 03:04
0
answers

Sum of items when changing a record

I have 3 items Accessories, Tires and Vehicles, values are added to a maintenance screen that is the main one. The problem is that when it is to change just one of the items, the value added is just what I selected. But it is not updated with th...
asked by 02.07.2015 / 20:42
1
answer

Google Chart - Displaying Different Dates

I'm developing some testing with the google chart API. And I'm having a rather peculiar problem. Code data = new google.visualization.DataTable(); data.addColumn({ type : 'date', label : 'Day' }); data.addColumn({ type : 'date', label : 'D...
asked by 02.07.2015 / 14:26
1
answer

Receiving HTML Table in Controller (SpringMVC)

Good morning, I have a page where the user digital information. <input type="text" id="info01"> <input type="text" id="info01"> <input type="text" id="info01"> When typing all 3, via javascript I perform a calculation a...
asked by 10.07.2015 / 13:36
0
answers

Create divs dynamically in javascript

I have a function in JavaScript that includes a line with several input types (texts and buttons), using innerHTML . I've added another% w / o to this function, and I needed to use a classic ajax to include within the div val...
asked by 10.07.2015 / 00:44
0
answers

Load chart with 2 store one for axes and one for series

Create a chart of type Line, so it can load one or more types of series within that same graph. More in this case only two series as in the link. I made no listeners->painted to render the chart. The caption I download dynamically...
asked by 11.08.2015 / 13:54
0
answers

Modal with register loaded from the database for editing using PDO [closed]

How to bring the bank record directly within a modal using the PDO? Register registration using a modal I can, only I can not do the editing. In normal mode the registry comes good but when I click on the EDIT button to bring the window with the...
asked by 10.08.2015 / 08:42