Questions tagged as 'html5'

4
answers

Fill value in combobox when clicking on checkbox

I'm doing a customer registration and it has a checkbox that fills an input with "OFF, leaves it as" READONLY "and needs to fill in a combobox with a value that is in the options. But I tried everything and I can not do it, could you give me a l...
asked by 06.08.2017 / 20:35
1
answer

Display and maintain submenu with JQuery

I'm doing a submenu and when I move the mouse in an option it shows a div with several options, so I made a mouseout in the class of that div to hide it but the question is that it even surfing inside it. Follow the code...
asked by 05.08.2017 / 22:53
2
answers

Div occupies the full width of the screen

I'm building a layout where there is a bar at the top of the screen that plays from side to side. I used the witdh:100%; property, but I did not get a satisfactory result. The body of the page is covering the entire screen, but both the t...
asked by 09.09.2017 / 17:57
1
answer

Doubt in JScript - Center image

I have a function that puts images in the background of a circular div. Home I would like to center the image in the center of the circular div as in the following example: Ithoughtaboutputtingbackground-position:center;inJScript,willitwork?...
asked by 21.09.2017 / 14:10
1
answer

How to swap images in javascript and html5?

I am putting together a mobile app that detects beacons when activating the bluetooth of the phone, using Evothings, which uses javascript and html5. When I detect the beacons, I need one image to change to give way to the other. Testing by code...
asked by 22.09.2017 / 15:18
1
answer

Use label instead of href

I have the following css * { margin: 0; padding: 0; } ul { display: block; list-style: none; border: rgb(0,0,0) 1px solid; } ul li { display: inline-block; width: 50px; height: 50px; text-align: center;...
asked by 22.09.2017 / 18:09
1
answer

Jquery add and remove attribute not working

I'm trying to create a way to minimize and maximize a DIV. Minimize works, but maximize does not. What am I doing wrong? $("#chatMinimizar").click(function() { $("#chat").attr("style", "height: 45px;"); $("#chatMinimizar").attr("i...
asked by 25.07.2017 / 23:17
1
answer

visualImg () is not defined at HTMLInputElement.onchange

I've seen some topics that look like this, I followed the recommendations and I did not succeed, so I open a new topic. This error occurs when I upload an image and at the time of displaying it this message appears. PS: I already checked the pag...
asked by 28.07.2017 / 15:56
2
answers

Show a dialog with jQuery?

I have the following html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compa...
asked by 17.08.2017 / 14:26
2
answers

Bound logo and title when resizing the window

How to solve the print problem? I'm developing a responsive registration page, but the logo and the title are giving me a lot of headache, I've tried everything I know and I could not solve it, it's getting like that from a 500px. The problem is...
asked by 02.07.2017 / 23:48