People would like to know how I make this header animation of this site link the effect of when I come down Does the header page change in size and color? Any help is welcome, thank you in advance!
I have form which is validated via JavaScript. It's working perfectly, it validates, it sends% pro% and it gives me a .php saying that it was successful. But I wanted this echo to be given on the same page as a echo ,...
I can not verify the following condition:
$("#calculo").click(function() {
if ($("#opcao2").cheked()) {
$("#segundoConteudo").css("display", "none")
}
})
.labelFake {
font-weight: bold;
}
<script src="https://ajax.go...
I have a table with 4 columns and multiple records. In this same table I have a button for each record.
By clicking this button I would like to take the value of a column and put it in an inputText.
Code:
<input type="text" class=...
Hello, I'm trying to lacalize my datetimepicker to pt-br but I'm not getting it. I tried to do it the way they teach on the official page but I could not. The plugin is working perfectly but with this problem of being in English. Other than th...
By clicking a button I make a string appear, but this string has a button (let's call button2), but button2 does not work. Why?
I click this button:
$("#button1").click(function(){
$("#div1").append(palavra1);
});
However, word1 h...
I have this line on the server that uses PHP and MYSQL in earlier versions than on my local machine, it works perfectly on the server, however on my machine with more current versions it does not work.
Is there a problem with this line in the...
My problem is as follows.
I have two or more divs on my page and want to automatically call a function for them by loading the page in question. And at the same time I call these functions I want to pass some parameters so that they are handl...
How do I change the image's SRC (with JQuery) when I scroll down the page and the scroll is greater than 10?
Change the
<img src="imagem_1.png" alt="Meu site">
by
<img src="imagem_2.png" alt="Meu site">
And then he comes...