Questions tagged as 'html5'

1
answer

Display block with Onclick

Hello, I do not know much about javascript and needed help, I would like to make a menu that when clicked would change the display of a display div: none to display: block. My menu <div id="back"> <ul...
asked by 26.09.2014 / 22:38
2
answers

Database in hybrid app using Cordova

What are the most feasible and feasible solutions for using a database in a Hybrid APP (Android / iOS) made in Intel XDK (Cordova)?     
asked by 11.03.2015 / 12:50
1
answer

Background panning after keydown effect

Something is wrong with the method I'm using to re-create the effect of JSFiddle link I want the background to move by 10 pixels in the direction of the keydown, and to keep moving in a loop as the key is pressed or held again. I know the c...
asked by 06.03.2014 / 19:56
1
answer

Appcache in Asp.net MVC

I need to use the html5 appcache to store some web pages. Before using MVC I simply made this regular expression to check whether it is connected or not. var offlinePages = /^\/(index|about|schedule|location).htm$/; And in this loop I test:...
asked by 15.08.2014 / 16:17
1
answer

How to make the table header repeat on all pages

I'm trying to print using CSS and I have a table with thead and tfoot, I'm trying to do this by printing all the table header pages, however the result is the same, it shows only the first page and the others does not work . If I can put the hea...
asked by 06.02.2014 / 01:22
1
answer

Set "currentTime" audio in HTML5

I need to play parts of some songs in something I'm doing. For example: var audio = new Audio('musica.mp3'); audio.play(); var interval = setInterval(function() { if(audio.currentTime) { audio.pause(); audio.currentTime =...
asked by 03.02.2014 / 12:52
1
answer

Get list of checkboxes in the controller in Asp.Net

How do I get a list of checkboxes like this: <div class="editor-field" style="overflow-y: auto; height: 150px;"> <label>Especializações:</label> @{ if (ViewBag.ListProfessionalSpecialization != null) { foreach...
asked by 12.05.2014 / 19:25
1
answer

Using shapes with CSS

I would like to do a layout in this way, where the green part and the text is done with CSS I used rotate and skew, but could not do it. Could someone help me ??     
asked by 29.06.2018 / 18:22
1
answer

How to leave the date with Brazilian standard in Codeigniter 3?

I'm developing an application that takes the registration date of the registry. But is getting the date with American standard YYYY / mm / dd how do I correct this in codeigniter? Here is an example of my code. minha página html <d...
asked by 05.12.2018 / 20:33
3
answers

Bootstrap dropdown menu does not work in asp.net site

I have a page index.html that the dropdown menu feature works normally, but when I migrated to asp.net stopped working. I'm using a page Default.aspx that inherits from masterpage.master . <div class="btn-group pull...
asked by 27.02.2014 / 15:35