Questions tagged as 'jquery'

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

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
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
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
3
answers

Displaying checkbox value disabled

Hello, I created a very simple system where I enable 10 values of 25 and I want it to display with an innerHTML those that are disabled, I made this system with checkbox and I was putting them in variables and then doing it one by one . I'm a...
asked by 05.10.2016 / 14:25
2
answers

Events do not work after being fired once

I'm doing a CRUD with JS and localStorage. However, when I do an inclusion or an exclusion, when trying to click the buttons, the events are no longer triggered. Can you explain why? var tblVariacoes = localStorage.getItem('variacoes'); var...
asked by 11.10.2016 / 03:20
3
answers

Remove hidden jQuery field

I have the following form: <button type="button" id="remover<? echo $valor->int_cod; ?>" idProspect="<? echo $valor->int_cod; ?>" value="<? echo $valor->int_cod; ?>" class="btn btn-primary btn-xs pequeno remover"&...
asked by 12.10.2016 / 23:24
3
answers

I can not close div using hide jquery

I'm starting in jQuery and I created a script in which when I click the div it displays the content. So far so good, but when you click on text close the jquery hide is not working. jQuery(function(){ //jQuery('#showall').click(function()...
asked by 13.10.2016 / 16:39