Questions tagged as 'html5'

1
answer

Delete Button and Editable Fields (PHP, SQL, HTML, CSS)

I'm new here, student of computer science and programming internship ... I do not know much about how the forum works, but I have a pertinent doubt that I've reviewed Google several times and still can not resolve, even if it's a bit simple =...
asked by 09.06.2017 / 14:48
1
answer

Changing color of a div when clicking the first time and displaying an alert when clicking the second time

I'm having trouble creating a code that is simple, so when I click on a div it changes color and when I click it a second time it opens a alert with the name of the color. Can be in jQuery or js $(document).click(function() {...
asked by 21.06.2017 / 17:11
0
answers

JQuery Chart + PHP Two-Dimensional Arrays

This question is a bit repetitive however I tried to rephrase the code in a different way. So it's the folks next, I ran a database query to fetch tag and count values, and I saved both fields in a two-dimensional array. Then I made json_enco...
asked by 09.06.2017 / 10:11
0
answers

How to Edit table values via JQUERY after recieving a web service

I need to create functions to edit / change and delete values from the table that arrives via JSON from a web service, the part of the webservice to handle what will be sent I know how to do, how do I do this on the side of JQUERY? p> HTML Cod...
asked by 08.06.2017 / 21:19
1
answer

Thead table header does not align with rows after append

I have a problem with the code, I need to align the Thead tags in my table which gets a json of all the data, the data is coming and the header is there, but both are not aligned, I need some help. HTML Code Table: <div id="main-table...
asked by 07.06.2017 / 16:50
1
answer

How to prevent one element from overlapping the other?

How do you prevent overlapping with other elements? In this case the title QUICK ACCESS TO MAIN CHANNELS is superimposing the element below - Monastic Sands See example: CSS: p.acessorapido{ float: left; width: 100%; heig...
asked by 20.06.2017 / 17:29
1
answer

Why does MAIN not track the height of internal elements?

I use main to compose the site's main content, but it does not automatically track the height of the inner elements. main{ background-color: #444; max-width: 1200px; width: 100%; height:auto; margin: 0px auto; } *{...
asked by 20.06.2017 / 12:39
1
answer

video tag does not work on android phones

I'm developing a responsive website that has a video, when accessing this site on mobile the video is not displayed, if you insert the video through the tag it works. Could anyone help me?     
asked by 09.06.2017 / 23:42
1
answer

How to change the image according to a variable coming from the bank?

I'm a beginner in this part of front-end and made a function that returns an integer from my MySQL database. I created 5 images, each corresponding to a number returned from the database and attached them in my imgs folder of the projec...
asked by 04.06.2017 / 04:59
1
answer

How to put captions (subtitles) in videos?

How can I add subtitles / subtitles to video tag: <video> <source src="video/video.mp4" type="video/mp4"> </video>     
asked by 09.04.2017 / 03:07