I'm having the following problem, I'm using Notepad ++ as an editor, and when I load the HTML page and fill in the CPF data, nothing happens, there is no answer.
My HTML page is:
<html>
<head>
<script type="text/jav...
How do I go through the entire DOM and find a particular element in jQuery?
I want, by clicking on li of classe="home" , open div of classe="submenu" .
<body class="home">
<!-- Header -->
<div class...
I have the following list:
<ul>
<li>Inicio</li>
<li>Notícias</li>
<li>Download</li>
<li>Contatos</li>
</ul>
I would like to make this a horizontal list separated by a slas...
I'm doing a project and I have to make an icon appear in each menu link when hovering the mouse. I thought about doing with JavaScript but I do not have much experience, so I decided to do with CSS , can someone help me?
Thank you....
Good morning, friends.
I'm returning an html code through DB in php, when I echo the variable instead of executing the html code it displays as if it were a text does anyone know how to help me?
Thanks in advance,
<div class="papel" i...
I have several checkbox that will make an ajax call, but only the first checkbox is calling.
Any solution in the IDs for this list to make the same ajax call?
Script:
<script>
$(document).ready(function () {...
Well I'm building a simple layout for a system in php.
My question is, what is the best shape, table or div?
I mounted it on a table to display what I need.
Follow it:
body{margin: 0;
height: 20000px;}
.layo...
Hello everyone, I would like to know if it is possible to insert Java code in html, since I am trying to do a Java encryption program myself and put it inside the html.
I'm asking here why I have not found anywhere about whether it's possible...
How are mandatory fields made in HTML forms (those that commonly use an asterisk * to indicate mandatory)? Is there any parameter directly in the input tag? If not, how is validation done (for example, at the time the user clicks s...