Questions tagged as 'javascript'

0
answers

DataTable via email

I would like to know if there is any method to send a table formed with datatable through mail, the ideal is that when you press a button a pop-up window opens where you can enter the destination's email address and you should attach the table f...
asked by 15.05.2018 / 13:44
1
answer

Detect and temporize interactions within the website

Can someone help me to know the time between when a person clicks on a button (that opens a window with an external website), until they close it or return to my website? The aim of this code is to obtain a time to determine if a person has b...
asked by 15.05.2018 / 18:06
0
answers

Problem identifying Apple device with JavaScript

I am developing a personal web page and, using a JavaScript function, I identify if the page is being displayed on a smartphone, a tablet or a desktop computer. When I perform the tests on Android or Windows devices I see everything working corr...
asked by 15.05.2018 / 19:51
1
answer

script is not displayed on android

Hello people how are my problem is the following I have a transmission that I make through a script on my website but when viewing the page on a mobile device, this transmission is not displayed and I do not know if I need to configure a differe...
asked by 15.05.2018 / 19:39
0
answers

When adding select options to input, group them using badges

I have the following code, which through a select is concatenated the values selected in an input, what I require to do is to place the option chosen in a badge or pager since I want it to be easier to move from position any value that I was sel...
asked by 18.05.2018 / 17:05
0
answers

Facebox Jquery does not work in Chrome, but if it works in Explorer

When I click on the button that will edit the status of a record, the confirmation box (message type alert) of the Jquery facet in Google Chrome does not show it to me, what it does is reload the page, but in Explorer works correctly for me. Any...
asked by 18.05.2018 / 15:58
0
answers

Get head of a page (with your url)?

Working on a project I had a problem in which I have to get the head of a page (it is not the head of the page on which the js is running) I explain myself better I use the AEM CMS, so all the pages are based on templates, there is a secti...
asked by 21.05.2018 / 22:14
0
answers

How to execute an .exe from node.js?

I've been trying to run a .exe from NodeJs with the following code: var exec = require('child_process').execFile var fun =function() { console.log("fun() start"); exec('ExecFileTest.exe', function(err, data) { console.log(...
asked by 21.05.2018 / 21:45
0
answers

sinon stub as a module

Hi, I'm trying to do a test in a class written in ES6. The problem arises when I want to do a stub on a function of a module that I import. the code I have is the following: module.js function soapModule(){ this.callSoap = (id)...
asked by 14.05.2018 / 16:03
2
answers

How can I capture my IP with javascript?

I have an application locally and since I do not have a domain I need to know the server IP from javascript, my application shares files by link and the link starts with link I need to know the local server ip using javascript     
asked by 14.05.2018 / 12:32