Questions tagged as 'html'

1
answer

How to add value to an input when pressing a link with jquery?

I'm having the following problem: I'm not able to set the value to a input when it's inside a function . Example: $(document).on('click',".edita_cliente", function(){ var id = $(".seq").val(); $.ajax({ url: 'php/li...
asked by 14.12.2017 / 00:21
1
answer

Horizontal scrollbar with bootstrap 4

My dear, my site is popping up on the sides generating a lower scroll bar and beside the right edge is a whole white part. I can not see where the error is. Here's a print of what's going on. Nowfollowmyhtmlandcsscode: /*.topo{ position:...
asked by 14.12.2017 / 05:27
2
answers

Overflow table body: scroll misaligned relative to the header (HTML / CSS)

I'm having an alignment problem in a table where I needed to apply a scrollbar on the body, leaving the header fixed. It occurs that the cells of the body are misaligned in relation to those of the heading. Manipulating thead width did not achie...
asked by 11.12.2017 / 12:26
1
answer

Sub-menu superimpose CSS images

I'm developing a web application and when I mouse over the Enter / Sign up appears a sub-menu, but the sub menu instead of overlapping the images it pushes down the images. I would like that when the submenu appears it superimposes the images...
asked by 02.02.2018 / 16:43
2
answers

How to get the value of a TD?

I've tried a number of ways (VARIOUS SAME) but I did not succeed! Most give me a UNDEFINED Follow the code: PHP: <?php require_once('acessabanco.php'); $objDb = new db(); $link = $objDb->conecta_banco(); $sql = "SELECT p.s...
asked by 09.12.2017 / 15:40
1
answer

Dropdown does not fit the screen

Hello, I'm starting my migration to Bootstrap 4 and I'm trying to make an aligned dropdown on the right side of the layout. The problem is that clicking the menu does not fit the screen and "exits" the layout. Does anyone know how to solve this?...
asked by 09.12.2017 / 13:12
1
answer

How to update a Select Data with Ajax?

I have the following doubt, I have a modal, where I enter a city, so I need to have my select reloaded showing this newly added option, without the page being updated: Select: <select id="idMunicipio" name="idMunicipio" class="form-con...
asked by 18.12.2017 / 01:06
1
answer

HTML alignment using Python

I need to align an HTML code , in some parts it comes totally "messy", example: <li><a href="dsadas">dsadaads</a></li><li><a href="dsadas">dsadaads</a></li><li><a href="dsadas">dsada...
asked by 18.12.2017 / 16:54
1
answer

Images with different size on the slider Materialize

I'm wanting to leave the Materialize slider images all the same size, but I'm not getting any success. I left this code to make the slider responsive, but the images are in different sizes. CSS .section-slide .slider .slides{ backgrou...
asked by 10.01.2018 / 01:09
1
answer

Appear date automatically when creating form

I have this code: <p><h5><strong>Data de Atribuição</strong></h5> <input id="DataAtribuicao" type="text" name="DataAtribuicao" value='<?php echo date("d/m/Y"); ?>'> But I wanted the same but wher...
asked by 09.01.2018 / 20:43