Questions tagged as 'html'

1
answer

Place icon in a cell of a table made with semantic-ui

I'm using Semantic-ui and on a page I load a table, which in the last two cells of each row, I put two icons that should behave as links to two other processes such as: edit the record, or delete it. Now ... according to the documentation of the...
asked by 29.06.2017 / 22:24
2
answers

Space between rows HTML table

I do not know where the error may be, but I have an HTML table where I want it to have no space between rows and they are all together. If I put this table in JSFiddle it works but when I use it on my website and it fails. table {...
asked by 09.08.2017 / 10:27
2
answers

How do I get the selected data from a combo?

My problem is that I do not know how to capture the selected data from the combobox list, I do not mean the value 1,2,3,4 I mean what the combo shows, in my case team names, the data I bring them with js, and I insert the numeric value that I se...
asked by 09.08.2017 / 05:31
1
answer

Label floating in select element

I am creating a floating label that behaves as if it were a placeholder in the following way: body { padding:50px; } input[type="text"][required]:focus + label[placeholder]:before, input[type="tel"][required]:focus + label[placehol...
asked by 09.08.2017 / 17:22
2
answers

Align content of 2 div vertically

Hello, I have 2 div elements next to each other, in the first one there is an image of the height property in css with the value of auto and in the second one I want a simple menu to be found. What I want is for the menu to be at the bottom...
asked by 16.06.2017 / 08:16
3
answers

Error 401 when sending email with JavaScript and AJAX

I was looking for methods to send emails without PHP or as little as possible by AJAX, and I found a method on the Formspree page. It's very simple, but browsing I found this on GitHub that works perfectly to a certain extent. At the time...
asked by 14.06.2017 / 12:59
1
answer

Help to send AJAX with NippleJS

I'm using nippleJS: link I'm not 100% sure if it's possible to send the joystick information but I'd say yes. I want to send an AJAX form with the position of the joystick and I want it to be in real time to control some engines. I can not...
asked by 06.10.2017 / 22:43
1
answer

Parser rows columns table html

I have to program a parser to save the columns and rows of an html table in the bd, this is my code: $url = "https://xxxxxxxx"; $html = file_get_contents($url); $html = fix($html); $fileName = fileSave("bienes", $html...
asked by 26.05.2017 / 20:26
2
answers

How to put a footer of a HTML CSS box

I am recently in the world of html and css, almost 2 weeks I am doing these pictures, but I would like the part of rojito that is a button, that will remove its properties (wight, line height, etc) that is why see so, I would like it to always r...
asked by 26.05.2017 / 17:31
2
answers

how can I set the checked value to a checkbox by clicking on my button

$(document).on("ready", function() { mostrar2(); }); var mostrar2 = function() { var table = $("#tabla").DataTable({ "ajax": { "method": "POST", "url": "conection.php" }, "columns": [{ "data":...
asked by 07.06.2017 / 00:09