Questions tagged as 'html'

2
answers

How can I separate this javascript string into two php variables?

Follow the code
asked by 28.03.2017 / 14:58
2
answers

div alignment within html

I have two divs, when I hide the first one I need the second to go up to her place, but it does not move, how can I make it stay in place of the first div, Followthecode:<!DOCTYPEhtml><html><head><metacharset="UTF-8"&g...
asked by 06.07.2017 / 20:43
3
answers

How to insert JavaScript with JavaScript?

I'm trying to insert JavaScript into an HTML page with JavaScript, after the page has already loaded, but I can not make the new code work, what's the problem? var javascript = "<script> function alerta() { alert('ok'); }</script>"...
asked by 08.07.2017 / 22:13
1
answer

Pass innerHTML inputs to form and access via PHP

I have an HTML form, normal input fields, submit button ... Through a JS function, I add additional input fields to a DIV (with innerHTML). var div = document.getElementById('produtos-adicionados'); div.innerHTML = '<input type='text' class...
asked by 26.07.2018 / 20:41
1
answer

How to Filter Table through inputs and clicking a button?

I have a table with several columns and rows (populated with jquery), and I wanted to filter after clicking a button, and filter according to what is written in the input. How do you do that? I'm still learning. <!--------- CAMPOS P/...
asked by 18.10.2016 / 15:39
5
answers

Upper DIV occupying entire screen

Well, I have the following: <div class="tudo"> <div class="superior"></div> <div class="inferior"></div> </div> I want the top div to occupy the whole screen independent of the resolution and the co...
asked by 12.10.2016 / 20:58
2
answers

Open window and click automatically somewhere

Hello I would like when people who come to my site, click on a certain button open my youtube channel and automatically sign up.Can you provide me with some code?     
asked by 12.10.2016 / 15:17
1
answer

alignment between div

Galera I mounted a container and a system of tabs using css , but I'm having trouble putting the tabs inside container . My problem is that container does not match the size of the tabs, does anyone know what's wrong? Her...
asked by 05.08.2016 / 20:09
1
answer

Upload image without extension in webapp

I have a webapp made in Angularjs and Ionic. At some point I upload images from a webservice, however these images do not have extension, being something of the type, link . When I run the app in the browser, the image loads normal, however wh...
asked by 15.03.2016 / 14:26
2
answers

How to scroll horizontally on tumblr

Hello! I think the title says it all. I've tried many tutorials, but I can not get anything. The basic theme I'm trying to change is the next . Thank you     
asked by 09.04.2016 / 15:53