Questions tagged as 'javascript'

1
answer

get the values of rawX, rawY, rawZ with the JavaScript api of Kinect SDK 1.8

I try to get the primes of handpointer rawX sdk from the interaction of kinect 1.8 javascript api, link , I tried but it does not give me results. rawX =this.rawX; rawY =this.rawY; rawZ =this.rawZ;     
asked by 03.08.2016 / 23:08
2
answers

Add option map of google maps using gmaps.js

I would like to know how I could add one more option to the map of google maps link For example, next to Satellite add another option that shows me another map (which I have customized). Seeing the doc I see that it can be with events, but...
asked by 10.07.2016 / 23:00
1
answer

Show items while typing in the search engine in django with ajax

In link this is a search engine that shows some results while typing in it. But now what I want is that it does not show those results if I do not change the list of spells while I'm typing there. Something like what google does, I think it is...
asked by 23.09.2016 / 14:58
1
answer

Problem with Google Maps API Javascript

Today I come to ask for help because I have a problem with a registry autocompleter that is spinning around me and I can not solve it is about an api of google maps javascript. What I want is that in the city autocompleter the API works like...
asked by 18.07.2016 / 20:11
0
answers

Sum of new fields within a foreach

please help me, I need to add the new fields of a foreach since it will modify the current amount that comes from the query, I leave my code in case someone can help me please. <script type="text/javascript"&...
asked by 28.09.2018 / 16:25
3
answers

call a javascript function in angular

import { Component, OnInit,Input,OnChanges} from '@angular/core'; import { NgForm } from '@angular/forms'; import {objClass} from '../ObjClass'; import * as convert from 'xml-js'; @Component({ selector: 'app-wsdl',...
asked by 19.07.2018 / 23:12
3
answers

What does '& quot' mean in the code?

My code was like this <button onclick="document.getElementById('myImage').src='pic_bulboff.gif'"> Turn off the light </button> and the next time I checked I found this: <button onclick="document.getElementById(&quot...
asked by 10.08.2018 / 16:20
1
answer

Obtain current img src from a slider

I am developing a gallery as a slider, I have achieved the transition function, but I want to make a fullscreen but I can not capture the src of the current img, I always capture the first one. var interval = undefined; $(document).read...
asked by 01.07.2016 / 23:05
0
answers

My bookmarks are not displayed correctly on my google map

I am working on a .net application with MVC and I have a map where some different icons are loaded, they are brought from a SQL server database, if my application works the problem I have to reload the page several times for these to be shown, t...
asked by 29.03.2018 / 04:55
2
answers

Validate a dynamic Combobox with PHP

Currently I have a dynamic combo where when selecting a State you throw the due Municipality to which that State belongs. What I want is to validate from the server side that the selected municipality actually belongs to that state, since it...
asked by 28.08.2018 / 00:11