Questions tagged as 'html'

1
answer

Ajax does not work with Modal Bootstrap

Hello, I have the following code, where Modal Bootstrap opens from a DB lookup when I click on an item in the returned list: <input type="text" name="pesquisa" id="pesquisa"> <table class="resultado"> </table> S...
asked by 06.04.2018 / 18:16
2
answers

HTML / JS / PHP: Transform date entry into dd / mm / yyyy

Good morning. In my mysql database the dates are saved as dd / mm / yyyy, but the html "date" input only returns dates in the format yyyy-mm-dd, so I can not filter the dates of the database, which was my goal. I was using a very simple code, li...
asked by 06.04.2018 / 12:56
1
answer

Undesirable delay effect

Problem: The desktop and logo menu animation is undesired (+ or - 3s), but the mobile menu icon works as expected Attempts: transition-delay: 0s; transition-delay: none; animation-delay: 0s; animation-delay: none; I also tried with...
asked by 06.04.2018 / 16:26
1
answer

Section divider and slider

Good people, can someone tell me how I can do a section divider in html and css? Like that: I would also like to add a simple slider to the header to fill the full-width of the screen, but I'm having trouble trying to make one, does anyone...
asked by 05.05.2018 / 12:45
1
answer

Build models in PHP or JAVASCRIPT?

The question seems to be obvious, but I would like to understand it in more technical terms. In my application I need to put objects in an HTML template, for user visualization. I have two options and I would like to know which one is the most e...
asked by 05.05.2018 / 19:11
3
answers

Unwanted scroll effect

I'm using the materialize tab , the switch works normally, but whenever I click on a tab it moves the page to the top , I do not know why, I think it has to do with the smooth scrolling effect, but I'm not sure <!--Import materialize.c...
asked by 06.05.2018 / 03:50
1
answer

Ajax with html checkbox

I'm having trouble getting the value of the selected checkbox, php is getting the value of all checkboxes including those that were not checked. Ajax HTML Form: <form method="post" action="javascript:;" id="form_cadastro" enctyp...
asked by 29.03.2018 / 15:22
1
answer

Floating box with CSS and HTML

I would like to know how to create a floating box that darkens the screen behind and appears information in the center of the page, I looked at the stackoverflow br and did not find something similar. I would like something like the option th...
asked by 29.03.2018 / 16:14
2
answers

How to use css to override half of another DIV that is overflowing without using position: fixed?

I'd like to know how to use CSS to put a DIV without position:fixed on half of another that has overflow . I would like it to look like this: ThesamplecodeI'musingis: .div1 { width: 100px; height: 200px; backg...
asked by 29.03.2018 / 00:49
1
answer

Database data for web page

I needed help because I wanted to send the data from my database to the webpage BASE DATA FIELDS: Id_Produto , NomeProduto , PrecoProduto , DescricaoProduto , QuantidadeProduto , CategoriaProduto - TABL...
asked by 29.05.2018 / 16:31