Questions tagged as 'html'

1
answer

How do I display the table data (HTML) of a database through JSON Express?

Hello! I would like to know a way to present to the user in an HTML table, data stored in a MYSQL database with connection through JSON Express. const express = require('express'); const app = express(); const bodyParser = require('bo...
asked by 03.11.2017 / 06:07
1
answer

When setting menu at the top after scroll, everything that is below moves

Oops, first I'll explain what I'll do. I want to scroll and go through my menu, it stays on top . My website will have the menu in this style SITE EXAMPLE , an initial part that in my case occupies 100% of the screen (it is set to 100% he...
asked by 10.11.2017 / 00:49
0
answers

Fill combobox via JQuery

I have the following combobox html: <div class="form-group col-lg-6 row"> {{ Form::select( 'state',array( 0 => '' ),null, array( 'class' => 'form-control', 'data-placeholder' => 'State','id' => 'state' ) ) }} </div>...
asked by 09.11.2017 / 21:34
2
answers

Form data is not entered in the database

Galera helps me. Next: I have here an html form which I send the form data to an email through the action. However, before sending it to the email I want the same data to be inserted into the database. For that, I created a php that sends the da...
asked by 23.10.2017 / 23:14
0
answers

Ajax, scroll through each element

I have an ajax that returns this to me. {curso: "Administração", nDeAluSelecionadosRespondentes: 0, nDeAlunSelecionadosNaoRespondentes: 0, numeroDeAlunosSelecionados: 0, percentDeAluNaoSelecionadoRespondentes: 0, …} 1 : {curso: "Administração"...
asked by 23.10.2017 / 21:27
3
answers

GRID system bootstrap - col-xs-X does not recognize width

I'm studying bootstrap, and in formulating the GRID system the col recognizes the values LG, MD, SM, but does not recognize the requested XS. When I resize the browser to mobile size it always puts the requested div in size 12 (full). <!DOC...
asked by 23.10.2017 / 20:49
0
answers

Stylize search

I need help developing an advanced search style, like Zap Imóveis (in mobile mode). I created every HTML structure like the site itself, but I find it difficult to get some of the styling and menu functions, so I'm asking for help. HTML Struc...
asked by 24.10.2017 / 04:53
2
answers

Assign a variable the value of a click on an image to make a comparison

I made this game using textbox, and everything worked ok, but I decided to make a modification and instead of typing I put the respective images to the jokenpô and the image that the user clicks will be compared and would return to the user who...
asked by 24.10.2017 / 15:38
2
answers

Music on the site page

I'd like to know a way to put music running in the background when the site page loads automatically without the user having to use a player for the song to start, I looked in the W3School documentation and the example quoted there is the code...
asked by 23.10.2017 / 01:54
2
answers

How to update a select in html with javascript

I'm new to development and need help. I have a select in html that needs to be updated when selected data from another select. Follow html code: $(document).ready(function () { $('select[name=camporegiao]').on('change', function...
asked by 23.10.2017 / 14:32