Questions tagged as 'html'

1
answer

How to traverse all columns of a table with jquery and hide if it is empty

I have a table html with 15 lines and I need to go through all the columns and check if there is any value, if Column is equal to empty then hidden column, this example below hides the position 5 column, but how to traverse the columns?....
asked by 17.06.2017 / 05:10
3
answers

Adding inputs with jquery and real-time

I need a jquery script to do the following: TOTAL = Fine + Interest - Discount. that computes even if one of the 3 inputs is not filled. I found some examples on the internet, but everyone needs an action, a function or a button to pres...
asked by 09.06.2017 / 20:14
1
answer

Refresh contents of a .load ()

I wonder if it is possible to update the contents of a load. Example: I have a form on the "submit_form.html" <form action="submeter" method="post"> <input type="text" name="nome" value="" /> <input type="submit" value="Env...
asked by 12.06.2017 / 21:53
2
answers

How to make a DIV disappear after a few seconds

In my adventure to discover html / php, I came across another problem. I have a DIV, where the user data appears after a correct login, and would like to make that DIV disappear through javascript. This is my index.php: <?php include('se...
asked by 12.06.2017 / 13:31
1
answer

Instagram application scroll style effect [closed]

I would like to use the "scrolling" effect that instagram uses in your application, switching to camera and time-line. But I do not know the name of this effect, could you tell me what it is, or give examples of sites that show a tutorial of it?...
asked by 30.06.2017 / 19:21
1
answer

How to read yaml with php

Hello, I'm opening a Minecraft server (java game) and I came across the following need: For each minecraft server it is necessary to build an informative website. When building the site, I created a simple page with only the list of the serve...
asked by 01.07.2017 / 20:21
2
answers

Page does not recognize href="", as if there was no href="", nothing happens - PHP

I'm finishing a project, but I had a small problem. On the page there is a "button" where a document is downloaded. But by hovering over the mouse, or even clicking, nothing happens, it's like some element, but a link ( href= ). See: l...
asked by 13.07.2017 / 22:13
2
answers

Create component via vue.js

There is some component via vue js that makes me create this component that shows in the image below I am developing my site in PHP.     
asked by 03.07.2017 / 15:54
1
answer

Print only part of an HTML page [duplicate]

I'm trying to print only the part of an HTML page that has a barcode. HTML: <div class="barcode-img"> <svg id="barcode" jsbarcode-textmargin="0" jsbarcode-fontoptions="bold"...
asked by 08.06.2017 / 15:47
2
answers

CSS attribute does not work

I have a really annoying problem. I am creating a table and in it I am putting a 5% padding. And when I go in the browser to check if this is right, the attribute is in the element, but it is not applied. Bad when I open the inspect, and unmark...
asked by 02.05.2017 / 02:12