Questions tagged as 'jquery'

2
answers

jQuery function called by two distinct elements at once

I have the following code: <table> [...] <tr class=""> <td class="col-md-2"> 10.1 </td> <td class="col-md-8"> Teste </td> <td class="col-md-1"> 1...
asked by 03.03.2016 / 14:34
2
answers

mascara accepting numbers and, with jQuery Mask Plugin

Galera wanted to know how to create a mask in the jQuery Mask Plugin so that the input accepts only numbers and commas. To accept just number I'm doing this: $('#valor').mask('#', { reverse: true });     
asked by 27.02.2016 / 13:43
2
answers

How to change option from JSON return

How do I change the option below, based on the JSON return: <select name="modalidade-frete" id="modalidade-frete"> <option value="0">0 - Por conta do emitente</option> <option value="1">1 - Por conta do d...
asked by 31.01.2017 / 21:09
2
answers

How to configure jquery.maskedinput to accept only valid dates?

How do I <input type="text" name="calendar" id="calendar"> accept only correct dates, example of a correct date 01/02/2017 but it is accepting when you type 01/20/2017, ie month 20 does not exist, type of <input>...
asked by 06.02.2017 / 19:55
2
answers

Helps identify site effect

I'm searching on some sites and I really liked the effect used on this site link where the mouse over the interactive effect disperses. Does anyone have examples of this effect in specific?     
asked by 21.07.2016 / 16:59
1
answer

How do I click the menu, scroll the page to the corresponding div?

I have a menu with a class named 'Who We Are' and I have a div with 'Who We Are' id, I want it to click on the menu, it scrolls to this div We are, I even tried to do this with html but it scrolls very gross way, I wanted it to be smooth, can an...
asked by 29.04.2016 / 23:35
1
answer

jquery function does not work

CSS: .nav { width: 15%; height: 800px; background-color: #421; margin-top: 55px; float: left; } .nav-min { width: 5% !important; background-color: #ccc !important; } JS: <script src="http://code.jquery.com/j...
asked by 04.05.2016 / 04:24
2
answers

Load HTML pages into a div [duplicate]

Good morning! I'm a beginner in HTML and CSS. I created a web page where I basically have the navigation menu and have the other pages in separate files. I would like that when clicking on a menu option the page was updated and the navigati...
asked by 30.04.2015 / 16:31
2
answers

Button animation does not happen

When I clicked on the button it was for him to go to the left for 400ms but when I click he goes straight without the animation, he "jumps" straight to the final place without going through the rest. CSS: #icone-menu.icone-menu-animacao{...
asked by 20.04.2015 / 18:53
2
answers

Capture value of H1 and set in another H1 with jquery, with click

I have the following situation, I have two h1 in different places in the web site, I would like to click the value of one h1, it would pass to the other.     
asked by 01.06.2015 / 18:21