Questions tagged as 'javascript'

1
answer

Problems with JWT token

I'm using a system that uses the JWT token pass for authentication, the problem is that I can easily collect the headers of the API calls and pick up my token to be able to request what I want and pick up the data of any user. I believe that pro...
asked by 08.10.2018 / 15:45
1
answer

Synchronize 3 Select with Loading + JQuery / Ajax

Hello, good morning. I'm having my application here in the following question. I have the index.html page, on this page I have a <div> to display loading as per the code below: <div id="loader" style="display: none;"...
asked by 08.10.2018 / 15:06
0
answers

Jquery Ajax - During sending - show date return in real time

I want the user to be able to track the progress of each submission in an application. I have one side, sending via ajax, and with php I perform a foreach for batch sending. For example, select the id 1,2,3,5,7, and press send. I want to show on...
asked by 05.01.2018 / 18:32
0
answers

Web Developer: Council of evolution: next step? [closed]

Good morning everyone, I need your advice and your experience to evolve in the career. I have been a Web Developer for 2/3 years. I have always worked on doing everything from scratch, working with HTML, Javascript, CSS, PHP, MySql. I do ever...
asked by 08.01.2018 / 12:56
0
answers

Firebase function nodemailer Office365

I'm using the firebase function to trigger the nodemailer and send an email. Using gmail I was successful, but with Outlook365 it does not work. In the transporter I do it this way: var transporter = nodemailer.createTransport(smtpTransp...
asked by 09.01.2018 / 14:00
0
answers

What is Arrow Function and when to use it? [duplicate]

I have a question, I am studying ES6, but I do not understand much what the Arrow Function replaces, I researched and saw what the function is this . I would like to know better with an example without and with Arrow Function, and to kn...
asked by 19.01.2018 / 23:46
0
answers

Convert RTF to HTML

I need to convert the RTF content of a string to HTML, in JavaScript or C #, but all the APIs I found in GitHub either did not have enough information for the implementation or had some error. So I'm looking for a "one-off" function, without hav...
asked by 17.01.2018 / 18:34
3
answers

How to put a element in Fullscreen [duplicate]

I looked for a little bit about the same in google and most people talk to use position: absolute; z-index:9999; width:100%; height:100%; top:0; left:0; But the code above only works to by in fullscreen inside the window, and that's not w...
asked by 17.01.2017 / 11:54
0
answers

How to feed highcharts with myqsl data?

I'm trying to create a graph using Mysql and Highcharts, but I'm having trouble, I need to replace morris with highcharts, the bar graph, follow php code; function fazerScriptChartArea($dataIni, $dataFim) { global $conn2; require_once...
asked by 06.05.2018 / 23:34
0
answers

Refresh a page based on information from a chat

I have 2 sites, the first is www.chat.com.br and the second is www.view.com.br .    My goal is:    1 - Collect chat alerts    2 - Update the site view constantly with the alerts collected from the chat. What I thought I would do wa...
asked by 07.05.2018 / 12:06