Questions tagged as 'html'

1
answer

How to adjust the print of an Html in two columns?

Dear colleagues, I'm developing a PHP program with zend Framework2. In this program I have to generate a stylized PDF containing the header, body and footer (I'm using DOMPDF). The basic structure of the three div's are already up and running...
asked by 14.03.2017 / 15:10
2
answers

Jquery animation manually

I would like to have an idea how I can make a type of SLIDE now with user interaction. I can not find something on the internet to build on, and I have no idea how to do it! In the code I have a class slide1 that makes onclic...
asked by 07.11.2016 / 19:13
1
answer

Why is not the CodeView plugin enhancing colors?

I'm using the plugin Froala in a textarea , like this: <textarea name="fDescription" class="form-control" rows="4"></textarea> Then activating the plugin with jQuery: $(document).ready(function () { $('t...
asked by 22.11.2017 / 14:53
1
answer

SVG mosaic style comic

I'm developing a comics style layout and wanted help to create a svg. In case the last comic is similar to the photo placed of DC commics. Someone help me create this last part. .trapezio { stroke:black; stroke-widt...
asked by 01.08.2016 / 17:52
1
answer

Create angular variable in html

Hello I have a loop (ng-repeat) in my html file and would like to save the index of it in a variable to be able to pass parameter to a function. Does anyone have an idea how I can do this? Follow the code in View: <div class="lista...
asked by 27.07.2016 / 00:51
2
answers

How to make the href that works inside my div with focus?

I have a list that when I click on an item it receives a focus and a div with information appears. One of this information has a link but when I click on it, my div closes and does not open the page. Follow the code ... Full HTML: <ht...
asked by 10.06.2016 / 20:38
4
answers

Balloon that brings information about the page

I have the following code. <html> <table> <td>..texto..</td> </table> </html> I would like that when I click on the text of this td I will upload a balloon on the page and show me all content t...
asked by 16.05.2016 / 14:05
1
answer

Add in and out and subtract

I have this code : $(document).ready(function () { var $entrada = 0, $saida = 0, $total = 0; $.each($("td[name='entrada']"), function() { $entrada += parseFloat($(this).text().replace(",", "."));...
asked by 04.05.2015 / 22:15
1
answer

Laravel and Json Web Token

I am having difficulty authenticating through the Json Web Token token (JWT) in the Laravel framework, I have been using the framework recently and have come across the following error. Whoops, looks like something went wrong. 1/1 ErrorEx...
asked by 01.12.2015 / 17:23
1
answer

Create divs dynamically

Sirs, I'm working with tabs in Jquery. I have a page called server_server.php where I insert it into the database of as many servers as I want. I need that after clicking the next button the amount of page flaps is the same as the amount of r...
asked by 23.02.2016 / 18:11