Questions tagged as 'html5'

2
answers

Passing method GET by Jquery

I have the following situation, when testo is passing the parameter with var_dump , it does not return. What I'm trying to do is not load a new page but everything happens on the divs. HTML: <td align="center"> <?php...
asked by 02.05.2017 / 20:54
1
answer

Image rotating automatically

I have a problem with my HTML / CSS ... Some images, usually large in size, are rotating by themselves ... Below is a print for you to understand better: Noticethatthefirsttwoimagesareinthecorrectposition,butthethirdandfourtharefacing...b...
asked by 08.05.2017 / 19:26
1
answer

How to calculate the value of two inputs one of type range and another option and print result in real time?

Well, I would like to know how I can be doing a calculation, where I would get a range value and the value of an option and print the result in real time, even if no option is selected and only the range for changed value is displayed anyway....
asked by 26.04.2017 / 16:43
2
answers

How to make basic live stream with HTML5 video API and PHP?

I would like to know the basics about how to create a live stream system ... I have a blog script in php where I created a system of users and even a friends system but I would like to add the possibility of each user to create a channel "kind"...
asked by 28.12.2014 / 20:06
0
answers

How do I show options for a select according to the chosen date?

Good evening, I'm developing a lab scheduling site and needed to make a condition in which according to the date the user chooses it will consult in the database all the laboratories that are registered on that date and put in the select only th...
asked by 27.04.2017 / 00:21
2
answers

How do I make a javascript that updates data in a form?

I'm starting to learn javascript now, and I have to fill out a form with some data I have in a bank. When doing the query in the database (through php), u have a multidimensional array like this: Array ( [0] => Array ( [evento_id] =>...
asked by 27.04.2017 / 01:33
2
answers

Hide menu on login screen C #

I'm having a problem, I need to hide a menu on the login screen when it loads. I used a solution that works locally, but the server does not happen, it follows: //MENU QUE FICA NA MASTER PAGE <asp:Panel ID="Panel1" runat="server">...
asked by 11.05.2017 / 18:42
0
answers

Slide buga when refresh on page

I'm using the bxslide plugin, so when I load the page it works normally, but when I refresh it, it rips the images showing all the slides, not the JS error, but when I change the page size even with it bugged it back to working normally. I lo...
asked by 24.04.2017 / 15:19
1
answer

Make the width of ul equal to the width of an image that is inside a li

I have an ul, inside it has 3 li, inside one of these li has an image, I would like to know if it has a method via css to make the width of ul is equal to width of the image. (without changing the width of the image) I want to do this because th...
asked by 11.05.2017 / 18:24
2
answers

activate the borders when the checkbox is active

I'm trying to activate the borders of a box when the checkbox is selected but it is not working. .radio input[type="radio"]:checked+.border { border: 3px solid #f70024 !important; } <div class="col-md-3 border"> <div class...
asked by 21.04.2017 / 16:24