Questions tagged as 'javascript'

1
answer

How to show multiple markers in Google Map API v3?

I can not mark multiple points on the map. Could you check if something is wrong with the code? var map; var idInfoBoxAberto; var infoBox = []; var marker ; var geocoder; function initialize() { var latlng = new google.maps.LatLng(latitud...
asked by 30.04.2015 / 21:50
1
answer

Update fields with Javascript

The problem I am making a request Ajax to return a data from a table. He arrives and enters this function to begin the foreach of the information, but two of them are getting "lost" on the way. I gave an alert on value['outras_atividades...
asked by 15.05.2015 / 21:02
1
answer

Move "slide" into lightbox

Clicking on a link opens a lightbox with the clicked product information, however there is a need to display more than one "page" in this lightbox. How do I insert more "pages" to move forward / back in lightbox? Sample link: product01 <...
asked by 26.11.2015 / 15:36
2
answers

Error while trying to run project in Meteor

Being brief, I can not run my app on the Meteor. I create the project normally Meteor create it does not display    link That in the case would inform that the application is running normally As expected Displays the follo...
asked by 12.10.2015 / 21:37
2
answers

iCheck Installation

I can not do iCheck work I installed I include the css and js files in my index and even then it does not work the checkboxes and the radiobuttons continue the same thing, can anyone help me please .. In my head it's like this <link...
asked by 20.11.2015 / 20:30
1
answer

How to detect MySQL changes in NodeJS?

Good evening, Has anyone used this package or do you know of a similar one that works? Link: link Purpose: to launch an event when there is a change in the database. Before I gave an error saying that it was not allowed to monitor my...
asked by 29.06.2016 / 23:28
1
answer

How to make an audio stream with ionic?

I need to stream audio with ionic, I already installed several plugins but the streaming does not work, using http protocol and rtsp. I've also tried putting a Javascript function inside the app's index but none of the streaming works.     
asked by 03.11.2015 / 20:20
0
answers

How to display all requested JS code by an iframe?

I want to display a iframe with an external page and then show in a textarea all JS code requested by the iframe in question. I have two problems: the first is how to know all the requests that iframe made, and the...
asked by 28.10.2015 / 16:34
1
answer

Open my App from a link sent via email

I'm trying to make the user, by clicking on the link received via email, be redirected to a specific view of my app. It would be something like: 'myapp: // app-custom-path'. I'm using Ionic. Could someone give me a light?     
asked by 29.04.2016 / 21:06
2
answers

How to do in a select html, when clicking select more than one row at a time?

I have a query that brings me the first 3 letters of the name of a month with the last two digits of the year for example: JAN.16 in my combobox it brings me months independent for example: JAN.16 FEV.16 ... and on and on. I wanted the combob...
asked by 08.06.2016 / 17:39