Well, I have the following code in javascript:
< script type = "text/javascript" >
function teste() {
var date1 = document.getElementById("data");
var date2 = document.getElementById("data2");
var timeDiff = Mat...
For example I have this querystring www.meusite.com.br?parametro=1 . I would like to change value 1 to another value when a certain function is called, without having to load the page again (if possible).
Hello! I want a help here: I want when someone writes something in an HTML form, with node.js , I can save this information in a text file with createFile. I do not know much about javascript, please help: /
I'm doing a shopping cart with jQuery . The cart works like this: It has the products and all the values of each one. There is a field that changes the quantity. There is also another field of freight. After adding all the products it give...
When I click the button, I want to change the value of the addButton property within the variable gens to true .
Can anyone help me? Follow the example in Codepen .
I'm trying to do an exercise where I have to get 5 names in 5 different input, store them in an array and print them in the same fields but in the reverse order they were.
function inverteNomes(){
var nome1 = document.getElementById("txtN...
I have a list of elements belonging to a gallery, where the elements outside the hover will have a new class. The problem occurs when the hover occurs directly from one element to another and does not add the class to the new element in hover....
I would like that in the script below when we clicked the link it did the update in sql without the reload. it was made to perform through a submit in one more I would like it to be through a link even more I did not do.
how can I do this?
&...
I have a view that loads a DataTable.Net , where I need to display a PopUp with the message " Aguarde... " .
PopUp opens when the page loads, but how do I close it? The way I did, PopUp does not close, what's wrong? Is there any...
I have to send a date javascript to my controller via FullCalendar . In my action, I'm getting a DateTime and I need to send through the javascript file with new Date(minha_variavel) .
But when I do this, it comes with...