Questions tagged as 'javascript'

0
answers

Problems with googlecharts

Good afternoon, I have the following problem, when I initialize my site it appears the graph nice but when I click to go to page it of the problem and does not show it. The site is programmed in ajax so I only change one div. the following...
asked by 04.05.2016 / 20:19
0
answers

slide in js does not work

I have the following problem with 3 images with the following names and extensions: f1.jpg f2.jpg f3.jpg I'm doing a slide with JS but the first image and loaded correctly however when I click the next button it fails the next image does n...
asked by 27.04.2016 / 17:48
1
answer

WebAPI problem when trying to deserialize object with property of the same type (circular reference)

I'm doing some tests with WebAPI , to see how it behaves with circular reference, and I found a curious case. Model [DataContract(IsReference = true)] public class Pessoa { [DataMember(EmitDefaultValue = false, Order = 1)] p...
asked by 26.04.2016 / 21:55
0
answers

I need to get the browser url data and pass this data to an application

I have a java web start application. And you have to make the browser pass the parameters to that application. The javascript function is fetching the url data but is not yet moving to the other program. It's very difficult to do this. The...
asked by 06.06.2016 / 20:40
3
answers

How to make the first two numbers of a Math.random sequence are not EQUAL

I made a lottery system in order to learn, I will not post the whole code here just the part that I am packed. It is as follows: The draw of the PC is a sequence of 6 numbers that I present in the DOM (it does not matter), so I want the first...
asked by 05.10.2014 / 07:02
1
answer

How to get the value otido in a function and put in a text, JavaScript?

I can show no alert but I'll put it in the text (temp2), it will not! function mostrarValor(){ var escalaEntrada = getRadioValor('escalaEntrada'); var escalaSaida = getRadioValor('escalaSaida'); var valor = parse...
asked by 26.05.2016 / 21:03
1
answer

Change table with javascript javascript

I have a dynamically created order table, the user selects the item, the quantity, and whether it is for loan or not, and adds the item to the table. I needed that by adding an item that is already inserted into the table (for example, the mo...
asked by 26.05.2016 / 19:15
0
answers

how do I work the exportEnable function on canvas js in internet explorer?

I have this code below that shows me a graph but in IE does not work the exportEnable function and neither animationEnabled in chrome works however when I call the page in modal the screen height is short in chrome and in IE with compatibility m...
asked by 25.05.2016 / 14:37
1
answer

Zoom repeats google maps several times

I have infowindow on my map. Every time I give a dragstart I close this infowindow . My problem is that I give infowindow.open(map, marker); , to open infowindow . Every time I do this, it adds another infowind...
asked by 15.04.2016 / 19:08
1
answer

Change the contents of a DIV from another site

Good afternoon, I'm having a hard time finding a way to make two divs communicate and I need help finding out what I can use to make this communication For example, an object will send a command from site2 and will change a url inside a di...
asked by 24.05.2016 / 22:43