Questions tagged as 'jquery'

1
answer

Effect in jQuery does not work with datepicker

I put an input with an effect, which occurs when entering a value in the input, the problem and that the same effect does not work using the data picker in the input. That is when you put a date the effect does not occur, getting text over the d...
asked by 10.08.2016 / 22:11
1
answer

Create share button on Linkedin

I'm developing a Web Project and in this project it contains the button to share in Linkedin (custom). I've worked with sharing Facebook and Twitter and so far it's working fine, but I've never used Linkedin sharing, have anyone used it and c...
asked by 05.08.2016 / 20:01
2
answers

Object property coming from JSON is not accessible

I'm working with framework Laravel on versão 5.2 I'm developing a API where I have a Painel administrativo that produces and manages content, in this case produto , and I have another site that will consume...
asked by 10.10.2016 / 15:38
1
answer

Get the brother's id of the item that made the event

I have a table and within the <td> I have two input: <input id="CdProduto" value="15" hidden> <input type="number" value="2" class="form-control"> I need when I change the value of the input number it...
asked by 19.10.2016 / 21:24
1
answer

Map of google maps turns gray, but when I change the browser zoom back, what should I do?

So, guys, I have 2 parts of the system where I work, where I use a map to show the address of the property or person. But that in the property works perfectly, but in person (q has the same codes) I have to zoom in on the browser that looks perf...
asked by 19.07.2016 / 07:02
2
answers

Add CSS attribute when input is selected via JQuery

I'm doing an answer validation application for a given question, I need to add a <input type="checkbox"> to box-shadow attribute of the answer when <textarea> is selected. What I tried to do in JQuery did not have a...
asked by 29.06.2016 / 14:46
1
answer

Get selection event + selection movement - Jquery

I would like to know how to get the event with Jquery from text selection + drag. An example of what I'm saying is to select a text and with the left mouse button pressed, move the text sideways. How do I get this event? Let's say: if cert...
asked by 05.05.2016 / 23:49
1
answer

Mask to validate CPF and CNPJ in the same field with jQuery [duplicate]

I need to validate CPF and CNPJ in the same field with jQuery. I tried this code I saw here on the site but it did not work: $("#cpfcnpj").keydown(function(){ try { $("#cpfcnpj").unmask(); } catch (e) {} var tamanho =...
asked by 11.05.2016 / 22:47
1
answer

Confirmation message YES / NO

As a PO request, using an attribute to copy the cell number to the whatsapp field, displaying a message to the user, default is OK and Cancelar , but I would like the button names to be Sim and Não , how can I change th...
asked by 22.01.2017 / 18:01
1
answer

How to add input dynamically after second header table

I have a problem, I would like to insert inputs dynamically into a table with more than one header, in my script when clicking on the image of + lines are being added after the first header but not in sequence, in the following lines to t...
asked by 25.01.2017 / 11:44