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...
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...
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...
I have an ajax that returns this to me.
{curso: "Administração", nDeAluSelecionadosRespondentes: 0, nDeAlunSelecionadosNaoRespondentes: 0, numeroDeAlunosSelecionados: 0, percentDeAluNaoSelecionadoRespondentes: 0, …}
1
:
{curso: "Administração"...
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...
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...
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...
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...
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...