Questions tagged as 'html'

1
answer

How to change the innerHTML of a DIV, and have other elements within it that can not be changed?

I have a blog and the attribution of this blog is incorrect and not even altering works. I wanted to use a script that changed the innerHTML within this DIV but without changing any other content. Example: function setAttrib(nameof, content...
asked by 09.03.2015 / 01:37
4
answers

Warning box after div click

Hello, I wanted to know how I can when someone clicks a button to open a box in the center of the page and that the background page is blurred. I only have the button code: <a href="login.php"><div class="button"></a></...
asked by 23.02.2015 / 16:40
1
answer

Ajax returns own code and executes

I have a page that should generate selects by clicking the + icon. <div class='form-group' id='div_selects'> <label for='materiais_defeito'>Material com defeito?</label>&nbsp&nbsp<i href=...
asked by 23.02.2015 / 15:46
1
answer

Background image does not appear in div without content

I'm creating an empty div with a background image. But when I render the site, the div does not appear. I believe that the error happens for not having content in the div. In this case how could I proceed?     
asked by 25.10.2014 / 23:32
1
answer

Using confirm () javascript with checkbox

I have this line that is inside a foreach: <input type="checkbox" id="idAprovacao" name="idAprovacao" onclick="atualizaSituacao(<?php echo $resulta->id_aprovacao;?>);" <?php echo ($resulta->in_situacao == "4") ? "checked dis...
asked by 03.10.2014 / 21:45
1
answer

How to make a 250px horizontal slider per click?

Good morning, I used the instagram API to display my profile photos on the website and found no carousel solution that did not conflict with jQuery from Magento, so I started to do the same thing. With the Instagram's own API I calculated...
asked by 08.06.2015 / 17:25
2
answers

I can not bring database data from more than one table

I'm learning how to do an admin, and so I created some tables in the database, but I do not know why I can only insert and delete user table and non-project table data. It must be some silly mistake, below I'll show you how I created my codes....
asked by 10.06.2015 / 20:19
2
answers

Delete tr table html jquery

I'm trying to create a button to add a tr to an existing table, but I have not yet succeeded. I used the following code to add tr, this works normally: HTML <table id="Table"> <tbody> <tr> <th>A</th...
asked by 15.05.2015 / 13:17
2
answers

Telling html pages with php [closed]

I have a small problem, I created a large page in html (but it contains several html pages) as if it were a pdf, however I need to number and count them, how can I do this in php? examples: 1 of 40     
asked by 10.06.2015 / 16:09
2
answers

Bootstrap news slider

Well, I have a problem with a slider. I have a slider with 3 news boxes and I want to run from 3 in 3 boxes, so far so good, it is already working, but the problem is when I move the device to the mobile device and changed it to block but ins...
asked by 14.05.2015 / 13:50