Questions tagged as 'javascript'

1
answer

Get values from the columns of a table and save the value of each column in an input

I have a table with 2 columns and I would like, when I click on any row, assign the values of each column of this row clicked on a <input type="text" /> . I have a code that it assigns however if I click on the first column it assign...
asked by 17.12.2015 / 13:34
2
answers

Refresh page after submitting the form

<script> history.go(-2) </script> To return two pages back and in this page lists my items in the table, but when it comes back it seems that the page does not update so my new table item does not appear, so it appears I need...
asked by 29.12.2015 / 19:48
1
answer

News Engine Help RSS

Good night guys, I'm trying to make a good RSS-style news engine the code is open and can be seen at Github >, I am trying to do with the fadeout and fadein effects however only the latest news is being shown as you can see in the example...
asked by 03.01.2016 / 05:10
1
answer

Scroll To negative or at the end of the anchor

This is the following, I have a problem with the Scroll To method. I have a menu that uses position: fixed in css and when you click on it it anchors with the contents until normal if it were not for a problem. The menu has 152px height and as I...
asked by 08.06.2016 / 21:06
1
answer

google charts - geochart

I'm having a little problem with geochart, the other graphics load normal, but the geo does not, it even shows the region of Brazil but does not populate the regions. Here is the code: google.charts.load("44", {packages:["corechart"]}); g...
asked by 10.09.2016 / 17:56
1
answer

Execute php file with javascript [closed]

Hello I need to run a php page, I just want to send the par par that I can do a basic function but I'm not doing this with javascript. <script type="text/javascript"> function removemen(id){ load('functions/atumensainbox.php?...
asked by 03.09.2016 / 20:48
1
answer

Receive values (popup) on parent page

In another question, you have been able to help me to store the values of some input of a popup, to pass to the parent page. Summary.jsp (parent page) <input type="button" onclick="test();" value="Palavras" /> <div id="idP...
asked by 13.05.2016 / 04:28
1
answer

Search on siteStorage

Well I need to do a search on the localStorage, and in this I need to know which item to get with a particular character, for example: Quero pegar todos as key que começão com pes_ ou seja no exemplo abaixo eu pegaria. ---- KEY ----------|----...
asked by 10.05.2016 / 21:54
1
answer

Time interval in a while with javascript

Hello, I have to do a function in javascript, however, I need to put a time interval in a while within that function (execute the while function 1 times per second). Being that I have make all this appear in a div in html function rotateTe...
asked by 17.05.2016 / 03:55
3
answers

How to hide the URL of the file? (do not show it all up to the file) [duplicate]

I want to hide the URL of the files, for example: example.com/cadastro.php would you have some way to leave just example.com? Or some other way, but do not show the full path.   Thank you.     
asked by 07.12.2015 / 19:51