Questions tagged as 'javascript'

0
answers

Query about socket.io and pub sub redis [closed]

I'm doing a bot using socket.io and pub sub with redis (I know it's not necessary but I'm using it for other things as well), the problem is that it bounces repeated data. This is the script that controls the sending of data chat.js...
asked by 16.01.2017 / 13:17
1
answer

Get SelectedIndex from DropDownList - ASP .NET MVC 2 from Javascript

I have a page with MVC 2 , which I had in .aspx , Javascript code, but since I need to use that page from a < em> widget native to iOS , I want to analyze an XML . I had to remove the Javascript code to a separate file because the &a...
asked by 18.01.2017 / 21:15
2
answers

Answer from http.get in Scope

I'm writing a driver in AngularJS that calls http.get to an API, and returns a 0 (for now). I can show the 0 by console without problems, but I can not show it in a $ scope in the front. App.js .controller('ssnGenAltaCtrl', ['$scope',...
asked by 30.12.2016 / 13:12
2
answers

Group independent websites into a single WEB type FRAME [closed]

I have 3 different web templates each with their respective assets (css, js, etc.). What I want is to join them in one, I was trying with frames but it does not work out because the window starts. Try PHP saving each web into a variable with a p...
asked by 21.11.2016 / 04:57
2
answers

Calculate age with a builder object in Javascript

I have the following problem: How to calculate the age of a person with a constructor object that I lack? function calcularEdad(nombre, diaNacimiento, mesNacimiento, anioNacimiento) { var obj={ nombre:nombre, diaNacimiento:...
asked by 10.01.2017 / 18:13
0
answers

Get rowIndex in a grid - Ext JS

I am trying to get the rowIndex within a column of a grid to get a particular data from the Store. The column is Conciliadas . The problem is that when using the renderer function, the rowIndex does not identify it or...
asked by 11.11.2016 / 18:39
1
answer

When rebuilding a Bootstrap Slider, it does not get the value of the current position again

When rebuilding a Bootstrap Slider, it does not get the value of the current position again. This is the code: //SlideStop función para obtener el valor de la posición actual $("#ex19").on("slideStop", function (slideEvt) { valopt = $("#...
asked by 15.11.2016 / 16:37
1
answer

Obtain percentage of CPU usage in javascript

I'm doing an application in node to get the percentage of use of the processor, I tried to get it from the module times os, but it differs a lot from what it shows in the task manager. I have tried with this: link EDIT: In the end I deci...
asked by 27.10.2016 / 17:46
1
answer

Field Sent By (Sent By) on GMail with Google Apps Script

Search this site, both in English and Spanish, also check Google documentation and nothing. When you use GMail, you can give permission to another person to use your mail, that includes being able to send emails in your name, that is what is...
asked by 02.03.2017 / 17:18
0
answers

Problems with Infinite scroll in WordPress

I am using a plugin for WordPress called Flex Mag Option , one of its features is that it adds a infinite_scroll (infinite displacer) to the initial page. This is not very customizable from the theme settings panel. So I had to enter...
asked by 07.11.2016 / 02:16