Questions tagged as 'javascript'

1
answer

Get element responsible for the error

Is it possible to know which element in the HTML is responsible for the action causing the error in JavaScript? code: <button onclick="a(this);">GO!</button> <script> window.onerror = function(message, source, lineno, coln...
asked by 15.04.2016 / 21:27
1
answer

AJAX receives JSONP as "undefined"

First of all I wanted to say that I was researching for it here in the forum and I found some similar questions, but no answer worked here. Next, I have a php file on the server that connects to the database, makes a query and returns the jso...
asked by 22.05.2016 / 01:36
0
answers

JS - ReferenceError: product_edit is not defined [closed]

We have an old project PHP and JS that worked on Wamp 2.2. with no errors. I do not know much about JS or PHP and we need to make a small change. To update the project, the idea is to update to wampserver...
asked by 22.05.2016 / 23:13
1
answer

How to use two scripts in a single select (onechange)

I have a question: I have two scripts, one to change the image and another of the respective select, and another to make the calculation between them. I would like to use both for the same select, the problem is that one is used with: oncha...
asked by 21.05.2016 / 19:54
0
answers

How to scroll horizontally on tumblr?

Hello! I've tried many tutorials, but I can not get anything. The basic theme I'm trying to change is the next . Writing the following does not make the horizontal scroll happen, it just blocks the vertical: body { overflow-y: hidden;...
asked by 21.05.2016 / 22:34
0
answers

Routing - Google Maps

I'm having trouble tracing. I have 2 inputs text, with google's auto completion function. When the user dials the second input. The map already traces the route between the two points. But I want to make a modification, and I'm in troub...
asked by 04.04.2016 / 20:37
1
answer

Fade transition between sessions of a site with different content

Hello, I need to make a transition effect from this site: link By scrolling, the contents of one session will fade and new content will appear, from the next session, overlapping the previous one.     
asked by 05.04.2016 / 05:23
0
answers

CasperJS - Download a PDF file

Good afternoon, I would like to download a PDF file by clicking a button that submits a form using POST. In this case I have no URL to use the casper download method. Please see the HTML code below: <html> <head> <title>Bolet...
asked by 06.05.2016 / 22:35
0
answers

Zoom does not happen correctly when loading page ElevateZoom

When I open the page with the plugin elevateZoom (plugin to zoom in on the image with the mouse) it normally displays the images according to what has to be, but the problem starts when step mouse on the first image. Her zoom box loads...
asked by 06.05.2016 / 07:09
0
answers

Slideshow or player with MP4 and JPEG

I have several files, some mp4 other jpeg and I need a playlist or a slide that goes through these files being in an 'x' time on the images and when they arrive in the videos they perform an autoplay and only go to the next item when the video c...
asked by 03.04.2016 / 18:07