Questions tagged as 'javascript'

1
answer

How to send Activity values to webview cordova?

How do I send Activity data and redeem in WebView with javascript from cordova / Phonegap index.html     
asked by 22.10.2014 / 03:00
1
answer

ignore cursor position on scrollbar

How to ignore the cursor position on the scroll bar? JSFiddle var margem = 0; function criarBarraDeRolagem(){ if ($( document ).height() < $( window ).height()) { return; } var tamanho = $( window ).height() / $( document ).height(...
asked by 25.09.2014 / 21:38
1
answer

Accessibility (contrast) via Javascript

I have a website that I have to have the following methods: Increase font size, Decrease font size, Contrast. I have already achieved the first two, I now need to contrast with pure javascript. Has anyone done anything like this? Pre...
asked by 29.09.2014 / 19:58
2
answers

Attr with Internet Explorer

I have an application where I click on the row of a table, jquery takes the id of the table row, assembles a URL and places it inside a The problem is that I am not able to make the attr. run in IE, I already tested it on chrome an...
asked by 29.09.2014 / 14:07
1
answer

How to automatically select menu item?

I have the following code: link HTML: <!DOCTYPE html> <head> <title> Teste </title> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="navba...
asked by 29.09.2014 / 15:18
1
answer

List the last 5 tweets with jquery

I need to list the last 5 tweets of a Twitter user, and I need only the text and date appear. I'm trying for the widget of Twitter itself, but it's very complicated. Would anyone else have a solution for this?     
asked by 14.11.2014 / 20:03
1
answer

Embed the latest Instagram photos

I need to incorporate into a website the last 6 photos of an Instagram profile. I need something like this: Is this possible?     
asked by 14.11.2014 / 13:22
1
answer

Repeating infowindow on markers

I'm working with the Google Map API and after adding the infowindow in the bookmarks, I noticed that they are repeating themselves, but I could not resolve them. Can anyone take a look at the code below and tell me what's going on? I'm load...
asked by 14.11.2014 / 16:31
1
answer

How to pass array and show in another program [closed]

I have the following variable in JS : m_aluno[w_cont_i][w_cont_j][w_cont_k] ; Where in every posição her (0,0,0) I added a value! My doubt is:  "How to get this variable and move to the next program the same way it is a...
asked by 13.11.2014 / 12:41
1
answer

Add Fields Input

I'm trying to sum some fields into a 'final input.' I have input id #TotalFR and I would like that, as fields #CFR1 , #CRF2 , #CRF3 , #CRF4 and #CRF5 are filled, the sum of this is displayed in...
asked by 02.10.2014 / 14:01