Questions tagged as 'jquery'

3
answers

Get the value of the sum of inputs with Jquery

Good evening guys. I can not build a cool script for this. For example, I have four inputs, and right after I populate some of them, I would like to display the result of the sum of the inputs. Does anyone have any working examples that ca...
asked by 05.02.2017 / 23:25
1
answer

Set DIV between page head and footer

Well, I have a div that stays fixed when scrolling the page, but I want it to scroll again with the page before it reaches the wall. The code below causes that when reaching the height of the scroll 300 the div is fixed. The problem is that when...
asked by 25.05.2017 / 18:02
2
answers

How to update select with jQuery

Hello. Home I have a select <div class="seletor"> <select name="numeros" id="numeros"> <option value="1" selected="selected">1</option> <option value="2">2</option> <option value="3"&...
asked by 22.05.2017 / 22:16
3
answers

Display images side by side using JavaScript / BootStrap

I would like some side-by-side images to be displayed, as the template below, could you tell me the best way to do it? I have tried to do with BootStrap, but I can only make one image appear at a time.     
asked by 15.02.2017 / 02:54
1
answer

Input animations for text and divs when scrolling on the page

I've seen this practice becoming increasingly common, where page elements are "appearing" ( fade-in, slide-in, etc.) automatically when, by giving scroll , you enter a new section / div. I gave a searched , but I did not find what it takes t...
asked by 16.02.2017 / 15:46
1
answer

Bootstrap Button

I'm having trouble removing tooltip by jquery on a button. The button operation is as follows, if it has a form with a blank field, it causes the button to be disabled , I want the tooltip to disappear if the button is disabled. Below is...
asked by 28.01.2017 / 22:44
2
answers

How to stop the effect of writing on screen with jQuery

People wanted to know a way to stop typing on the screen when it arrived in the last text inside an array, I improved the Simon Shahriveri now see the code rewritten in jQuery: 'use strict'; var $self = $('#write'); var text = unde...
asked by 26.01.2017 / 02:19
1
answer

JQuery plugin does not work on github pages

I put a JQuery plugin called nice scroll for the page to scroll slowly, but when I open the page on github pages it does not work, the rest of the script and css are all working except for them, does anyone know why?     
asked by 23.01.2017 / 20:30
1
answer

Changing properties of a div with a click

I have the following html: <div id="personalizada"> <i class="fa fa-plus" aria-hidden="true"></i> </div> <div class="balao"></div> I would like when I click id="custom" the opacity of id="balloon" cha...
asked by 12.01.2017 / 01:29
2
answers

The selected category only DIVS appears

Hello, I'm having a problem and I can not find the solution, because it's something common on the internet, I do not think it's looking right. I would like to select the divs that will be displayed. Ex: I have several products (each one in...
asked by 14.03.2017 / 03:25