Questions tagged as 'javascript'

0
answers

How to read xls in javascript

Hello, I am studying some "communication" between php and javascript, I am a beginner and I am a few days with a problem that I can not solve, in php I am generating an xls with DB data function buscaLocalizacoes($conexao){ $resultado = my...
asked by 05.07.2016 / 20:20
0
answers

Hide / Show lightbox

link Clicking on Lustra Packing 01 will open a lightbox and clicking the right arrow inside that lightbox opens another, but does not close the first one. And clicking the arrow (qq a) of the second lightbox does not return to the first. Wh...
asked by 03.12.2015 / 03:51
0
answers

Multiple websocket connections

I have a script that makes 4 or 10 connections to a game after I click on the 'run bots' button, I tried to create a 'run bots2' button to create 4/10 more connections with the server but without closing the first but always the first ones are c...
asked by 03.12.2015 / 06:36
0
answers

Play running after Pause

Hello, I'm trying to run an mp3 and I'm having a problem, when I click the pause button it executes the command, but then it executes Play, what can it be? PLAYMUSIC.PHP <script type="text/javascript"> $(document).ready(function() {...
asked by 03.12.2015 / 14:07
2
answers

Implementing Google Maps Drawing

Opa, I have two maps on my page, one of them will need to implement Drawing, but, it is not working, to call it I'm using it. if ($("#geocomplete_rota").length) { $("#geocomplete_rota").geocomplete({ map: "#submit-map-rota",...
asked by 15.12.2015 / 04:03
1
answer

Upload image on server Ajax serialize and PHP [duplicate]

Good afternoon friends, I'm making a website that the person does the registration in my form and I, using AJAX, play the data in the bank. I wanted to know how to save this image that the person put in the form in some variable, so that my up...
asked by 08.12.2015 / 19:18
0
answers

Facebook pixel code with twig is giving error

I'm doing a pixel code in twig on Xtech, but the code gives an error. (It takes all the information right, but it does not work correctly.) I use the Google Chrome plugin called Facebook Pixel Helper from Facebook. I wanted you to help me...
asked by 09.12.2015 / 17:42
1
answer

Upload Marker G Maps from While php

Opa, I have a .php file with a while, where I get multiple records with addresses, this file is being called in an include in my index. The while prints several divs where within each has another div that is where the google map should be dis...
asked by 09.12.2015 / 19:50
0
answers

How to choose a date and get the week and enable select with specific values

Can you help me, because I'm "breaking head" days: Clicking on an input text opens a calendar and then chooses a date; I need another input text to calculate the day of the week (Tuesday or Thursday only) based on the chosen date And thr...
asked by 26.10.2015 / 16:18
0
answers

How to handle iframes in a list?

I'm trying to group a series of YouTube videos in my personal blog, all the videos are inside an iframe tag, for example: <iframe class="YTvideo" allowfullscreen="" frameborder="0" height="344" src="https://www.youtube.com/embed/LeA...
asked by 20.10.2015 / 18:08