Questions tagged as 'html'

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

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
1
answer

Login Problems in jQuery

I created a login for my application, but I'm having a problem with the return. The user and password panel sends the request to the php login (which accesses the bank). The return is an 'OK', which should be validated in the code below: $('...
asked by 22.05.2016 / 17:52
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
1
answer

How to catch parameter in form with enctype="multipart / form-data"?

I'm having trouble catching the parameters of an HTML form with enctype="multipart / form-data", I can upload an image through the form, but I can not capture text typed in the form. The form looks like this: <form method="post" action="...
asked by 05.04.2016 / 22:58
1
answer

How to make a chart grouped between bars and rows with google chart and export to pdf (C #, MVC) [closed]

It would look something like the image below: Vlw galera     
asked by 05.04.2016 / 14:37
0
answers

How to create a multiple image preview via "multiple input" html?

I found this code on the net, it works fine. But how can I adapt it to receive multiple images? <input type="file" accept="image/*" onchange="loadFile(event)"><img width="100px" height="100px" id="output"/> <script> v...
asked by 06.04.2016 / 02:16
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