Questions tagged as 'javascript'

0
answers

Processing information from a json in JavaScript

I'm working with Flowxo doing a BOT for telegram. In it, I need to process some information directly from an API in json format. I can include a JavaScript code in the process. The process works something like this: User sends a message &g...
asked by 01.03.2018 / 17:33
1
answer

Chronometer in JS

Personal I did a timer on JS but it "Tremors" when I run it, is there any way to fix it? var centesimas = 0; var segundos = 0; var minutos = 0; var horas = 0; function inicio () { control = setInterval(cronometro,10); documen...
asked by 28.02.2018 / 18:58
2
answers

Prevent css changes with javascript

I have a div with the footer class when I go to stylize it in css and leave it in display: none; It disappears so good. but I wanted it when used css to hide this div it did not suffer any effect. Ex: .footer { display:none !important; }...
asked by 01.03.2018 / 18:04
2
answers

What is JavaScript Graphing?

I have a plugin, which gives me the tools that that site uses, in one of them, it appears this: JavaScript graphic what would it be in this case?     
asked by 20.02.2018 / 14:44
2
answers

problem with dblclick event

I have a code that was working and from one day to the other stopped working, I do not understand why! You're not even triggering the event ... I followed the code below: <table style="width: auto;" id="tblEditavel" > <thead>...
asked by 20.02.2018 / 22:22
1
answer

Get Git version control and save in a PHP constant

Is there a possible way to save the GIT hash within the PHP code or a version number automatically every time you push, or by Javascript, using gulp, save the version in PHP? I would like to do this so I do not have to manually put the versio...
asked by 17.01.2018 / 12:17
1
answer

How do I retrieve and send form information created by email?

Hello, I'm creating a budget page on my website and I've created a table in JavaScript where the customer clicks add product and more rows from the same table are being added ... Likewise, if he clicks remove product the line is removed. This is...
asked by 17.01.2018 / 11:50
0
answers

Images added with tinymce do not respect div

I made a small file upload plugin that is integrated with tinymce, but when I add images to tinymce they do not respect the div. How can I fix this? I saw that tinymce adds fixed pixel sizes, it would be cool if it added the images with style ma...
asked by 17.01.2018 / 04:10
1
answer

How to pass javascript return to php variable

I'm passing data from some inputs to a modal, I'm doing this with jquery, up to blza, more precise the data that was sent and uses them in a mysqli query, my doubt as I pass the values sent by jquery for php variables and so use them in my query...
asked by 16.01.2018 / 20:25
0
answers

Recover audio from GetUserMedia to record

Good morning, I've already made treatment to record audio with GetUserMedia. I used this example ( link ), it has the same js code. The problem is that the framework I use requires a physical file (you can put more if you want) to send to...
asked by 17.01.2018 / 12:14