Questions tagged as 'html5'

1
answer

Return query WebSQL as Array for a global variable

I am using a WebSQL database to save a usage license information in a PhoneGap application. At all times of the system I will need to access this information, so I intend to save this in a global variable in the form of an array. This license to...
asked by 11.11.2014 / 17:26
1
answer

Browse data dynamically

I have a question: I have query in the database made in PHP that returns numbers that are updated with every request I make when accessing the browser. When I give f5, the data is updated and I see them on the screen, up to there blz. But I want...
asked by 17.05.2015 / 06:02
1
answer

What is the best way to work with responsive images?

I am in doubt in my project how best to work with responsive images DIRECTLY in HTML, in html5 the tag has the srcset attribute that allows this change using the prefix "w" when selecting the screen, but in some searches that I realized that the...
asked by 20.02.2018 / 19:56
2
answers

My first Javascript code does not work. And now?

I'm trying to run my first javascript. But by clicking on the button I created, the text that should appear on the screen does not appear. Where am I going wrong? My browser is updated so it should run Javascript 1.8.5. Even though I tried to se...
asked by 10.03.2018 / 21:55
2
answers

How to disable responsive of a site in css [closed]

Hello, I would like to know if it is possible to disable the responsiveness of a jquery site without changing the codes, for example forcing the desktop version on mobile devices! Thank you!     
asked by 16.12.2016 / 12:09
3
answers

How to make an interactive background? [closed]

I'm in a new project and I have a question. I would like to make the background (which is a simple gradient covering everything) of the home (home page) change its color tone according to the movements of the mouse. For example, this yes: d.scho...
asked by 29.06.2017 / 21:01
4
answers

Mouse hover effect [closed]

I'd like to know how to do this with the images in CSS. Thank you very much in advance! Website link link     
asked by 31.12.2017 / 03:36
3
answers

How to clear the value of an INPUT after selecting the radio button?

I have two radiobuttons , which have the function of showing / hiding an input each, these two inputs can not receive values together, only the input that is inside the radiobutton selected, I would like that when you select a radiobutton era...
asked by 25.10.2017 / 13:23
2
answers

Problem with responsive div with 1920px resolution

The resolution of my pc and 920px, my code is all right, but when I see it at 1920px resolution it looks as if the div had left the screen. 920px resolution: 1920pxresolution: HTML:<divclass="container" ng-controller="NavPJController"&...
asked by 22.04.2016 / 15:52
1
answer

ViewBag losing reference after submitting form. Asp.Net MVC

Hello, I have two ViewBags that are storing a list each, I load them into a form to make a select box, next to them has a Remove button. So far so good, but when I click the first ViewBag button, a reference loss error occurs, the second ViewBag...
asked by 29.05.2014 / 23:13