Questions tagged as 'html'

3
answers

How to apply style to an HTML table generated with PHP?

I have a php file that shows me data from a table (bd mysql), on the other hand, I have an HTML file where I have a table with CSS styles and everything working, I would like to apply these styles with the data extracted from the base data throu...
asked by 22.03.2018 / 19:43
2
answers

How to apply in CSS3 edges rounded with gradient

Hi, I'm wanting to apply rounded borders with gradients to a box but I can not do it, although the gradient applies the edges, I would like them to be like the example I attached .box { border: 2px solid green; border-image-so...
asked by 05.12.2017 / 16:09
1
answer

How to convert HTML to PDF with jsPDF, without losing CSS styles

I have the following HTML <!DOCTYPE html> <html lang="es"> <head> <title>hola</title> <meta charset="utf-8"> <link link="" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/f...
asked by 17.04.2018 / 17:26
2
answers

Line break of a paragraph content in a popup?

I have the following code that dynamically puts some draggable images on top of another image with a popup . But, having a content in the <p> big% for example: sensor 1 2 3 4, 1234 goes to another line and I want it to continue on t...
asked by 06.04.2018 / 19:25
1
answer

Animation and functionality (html structure) expand and counter specific boxes inside a container

Good, I'm working on a model, I have some idea of how to proceed but complicate me in doing so. First, it is a structure of boxes (divs) inside a container, organized to the grid, by clicking on 1 of them, it must expand and the 2 that are in th...
asked by 22.09.2017 / 22:18
2
answers

Laravel Blade Templating + Vue2 HTML Render

I have an application that uses Laravel 5.4 and in order to search for reactive records with AJAX I decided to use Vue 2. The issue is that when rendering the information of Vue.js I get the classic and logical err...
asked by 28.07.2017 / 23:42
1
answer

How to display a modal form in SEMANTIC UI

I have a button on the information or help form (the red button with the "i") I am with semantic ui and according to the documentation I can generate a modal defining the following: <div class="ui modal"> <i class="close icon...
asked by 18.07.2017 / 02:19
1
answer

Learning to use firstElementChild

Previously I've been doing a table with Jquery, in which I have complicated, in my code, I want to delete or add a row, tell me the number of the row that made this function (add or remove), for that the delete function already tells me, since t...
asked by 26.07.2017 / 16:37
2
answers

How to format a date of type Date () and add a number of days depending on a format entered?

Good afternoon everyone, I would like your valuable help to be able to do a function that adds me the days to any date entered by the user, I have been looking for a good time on the web but the only thing that appears is to add days to the c...
asked by 14.03.2018 / 23:07
1
answer

Copy to clipboard with delay

I use this code to copy the clipboard: <script type="text/javascript"> function copiarAlPortapapeles("p1") { var aux = document.createElement("input"); aux.setAttribute("value", document.getElementById("p1").inn...
asked by 30.08.2016 / 10:00