Questions tagged as 'javascript'

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

Show modal data by angular ui

Hello By clicking on the link: <a href="" class="btn btn-info btn-block" ng-click="editarCliente(cliente)"> opens a modal ( bootstrap ) and should display the data contained in cliente . I'm using angular ui...
asked by 29.07.2016 / 19:41
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
1
answer

Add Change Author in Type Post Quick Edit

I created a type post to customize the admin of a client's wordpress, everything works perfectly, however the option to change the author of the post in "quick editing" does not appear, I know that by default it will not show for fields custom,...
asked by 11.10.2016 / 07:32
4
answers

Where does JWT store the tokens?

I'm following the following tutorial to create an authentication system using Node.js and JWT: link Following the steps in the tutorial, I can verify that the user is correct and create JWT. However, the token is apparently not being stored...
asked by 29.07.2016 / 00:52
2
answers

How to add date, from a date and number of days entered by the user

I need to add a date, from a "purchase date" and days by expiration date. No console.log I am capturing the data I need, but at the time of the sum of the date it is generating an incorrect date. function addDays(){ var data = $('...
asked by 20.10.2016 / 05:40
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
2
answers

Pull data to an input when typing in the field

I need a script that, when I type a word inside a field, it pulls all the data that is related to that word, like an example Facebook, in the search bar, when we will type something it already comes bringing everything that is related to it, cou...
asked by 03.03.2017 / 20:42
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