Questions tagged as 'jquery'

2
answers

Resize by clicking on the toggle

Does anyone know how I can resize the div parent by clicking on a toggle , which in the case opens a div Within div #g-intro I have a class that opens the content and exceeds the size of the screen. I use this func...
asked by 07.02.2017 / 20:54
0
answers

JQuery Mask only works after submitting

I am using JQuery to add mask to the cpf field when the user is doing a search. However the masquerade is only enabled after making a submit on the page (clicking the search button). <html> <head> <title> </title>...
asked by 07.02.2017 / 20:59
2
answers

Dynamic Search for Selection

I need to in a text field when I click the F2 key to open a query window and when I select the employee to take code from it to the text field. Would you have some library in jquery or another solution?     
asked by 01.03.2017 / 19:02
1
answer

Show image below div on hover

Good afternoon, I need to build an effect on a blog where when you hover over the pink div, it shows an image that is at the bottom of it. But I need to show this image only in the area where the lock is. The layout is this one here. The p...
asked by 01.03.2017 / 17:30
1
answer

Input ('type = number'). each (function ())}}; does not recognize value only returns NaN

The question title function only works by returning a type = range entry as number in the browser. While in Smarthphone only NaN returns, probably jquery.1.9.1.js or jquery-mobile.1.4.5.js is not supported, any suggestions? JS Code <s...
asked by 02.03.2017 / 04:13
0
answers

Smooth transition from a Sticky menu

I created a sticky menu, it works perfectly, but the transition is not smooth, how do I add it? function stick() { if ($(this).scrollTop() > 140){ $('.header').addClass("sticky"); $('.logo').addClass("sticky"); $('.header-menu...
asked by 19.03.2017 / 00:20
1
answer

How to create an interaction between 3 pages?

This interaction will work as a type of remote control, exemplifying something like: Page A, B, and C On page A the user has access to certain commands. Page B is responsible for receiving and processing such commands. And page C will be...
asked by 19.03.2017 / 05:09
0
answers

Fill div content from a select

Good Afternoon, I would like to fill the contents of a panel from a selected data in the select. My code seems correct, below what I have so far: HTML <div class="panel panel-primary"> <div class="panel-heading" data-toggle="too...
asked by 06.02.2017 / 17:47
1
answer

callback of a server

Galera, I am involved in a project that requires the use of the Fitbit API. In my code, I redirect the user to the FITBIT website to authorize the use of the data. After authorizing, I need to get the URL to get the Oauth code. How do I make a c...
asked by 06.03.2017 / 22:22
1
answer

Class selectpicker Bootstrap, does not recognize option insertion via jquery (.html ())

I'm using Bootstrap framework, and the Selectpicker class to get the city data as state. The script works fine, it returns data, but instead of entering <option> Cidade X </option> it only inserts Cidade X . I know the p...
asked by 22.02.2017 / 23:01