Questions tagged as 'html'

1
answer

Duplication of page content (HTML / PHP)

I have a duplication problem on my page. The content that should be organized within the main index duplicates in the header on the page as in the image below. -Myindex.php<?phprequire'./lib/autoload.php';$smarty=newTemplate();Rotas::get_...
asked by 09.11.2017 / 20:01
1
answer

Hide picture of a button

I have a ngfor of buttons with certain images, but I want that initially these images appear with black color and only when clicking the image the image appears. How would my class show_image in css? <ion-content> <ion-grid>...
asked by 09.11.2017 / 14:48
1
answer

Error logging in gmail - Permission denied to generate login hint for target domain

I'm trying to implement gmail login on my website, however, the same as the following error screen: I saw in some other questions that the problem would be because the link is with ip, instead of localhost or a domain actually ex: mydom...
asked by 09.11.2017 / 19:06
1
answer

Getting multiple values of equal inputs and storing in an array with Javascript / jQuery

I have this div, which is <div class='pergunta'> , inside it I have <input type='text'> <select></select> <input type='checkbox'> The question is that this entire div can be repeated if I click ad...
asked by 18.11.2017 / 18:50
2
answers

Problems with bootstrap grid system

My dear, I'm having a problem with the bootstrap grid system, I do not know why, but when I resize the site to the size of a device, it does not fit neatly. Any suggestion? HTML:<htmllang="pt-br"> <head> <meta charset="UTF...
asked by 18.11.2017 / 22:08
1
answer

Send variable via Jquery function

I'm learning Jquery and catching it not even a convict. I created a function in the js file like this: $(function abrir_qd1(variavel){ $(this).click(function(){ $("#quadro1").load('arquivo.php?v=' + variavel); //carrega conteudo...
asked by 22.11.2017 / 10:49
0
answers

ng-click and ng-dblclick on same element

<div ng-click = "clickOne()" ng-dblclick = "clickTwo()">Enter</div> JavaScript > $scope.clickOnce = function () { alert("CLick One"); } $scope.clicktwice= function () { alert("CLick two"); } Would some w...
asked by 22.11.2017 / 14:38
2
answers

Background gradient repeating itself

I'm setting up a website for myself, and I've already defined the site's header, section, aside, footer However, I'm wanting to put a gradient background on the entire site. So I applied in css: body {     background: linear-gradient (rg...
asked by 07.11.2017 / 19:41
1
answer

Select for card expiration

I wanted to make two fields select one for the month and another for the year to use as validity dates of a card, but wanted it to be generated dynamically and that when selecting the year of 2017 for example appears only the months that are mis...
asked by 07.11.2017 / 16:51
2
answers

Change the color of a word in a textarea still in edition

How do I make it every time the browser finds a "reserved word" in textarea , it automatically changes its color. I want to know to make a syntax highlighting.     
asked by 18.10.2017 / 00:47