Questions tagged as 'javascript'

1
answer

Effect on navbar bootstrap [closed]

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!     
asked by 13.01.2017 / 02:19
1
answer

Return PHP outputs on the same page

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 ,...
asked by 07.01.2017 / 14:47
1
answer

Check if radio button is selected [duplicate]

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...
asked by 12.01.2017 / 12:42
2
answers

Put table column value in an input

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=...
asked by 23.07.2016 / 21:04
3
answers

Find JQuery DatetimePicker for PT-BR

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...
asked by 02.08.2016 / 17:01
1
answer

Assign event click to button added to DOM with jQuery

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...
asked by 03.05.2017 / 00:40
1
answer

How to create a range button with pure javascript

How do I create a seekbar with pure javascript? An example below: PS: I do not know how to use jQuery, so I would like the code in pure javascript     
asked by 28.04.2017 / 01:22
1
answer

Error in newer versions

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...
asked by 27.04.2017 / 20:29
2
answers

Load function js automatically e for several divs

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...
asked by 29.04.2017 / 02:56
1
answer

Change picture when descending page

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...
asked by 28.04.2017 / 13:43