I'm trying to make a relationship between three tables. I have the tbl_eventos table that will be a table where you will save the event and its date. The tbl_servicos_extra table will save extra services that can be added to the ev...
I'm making a website that needs to get a svg from another site ( www.teste.com.br/imagem.svg )
and arrow it as the background. But I'm not getting it.
Here's how I'm doing:
<html>
<head>
<meta charset="utf-8" /...
Good morning, I have the following code:
function exibe() {
var tipo = "${mainForm.tipo}";
var man_tipo = "${mainForm.man_tipo}";
if ((man_tipo == 'B' && tipo.search('V').toFixed(0) < 0)) {
if (document.for...
Hello,
I do not know much about javascript and needed help, I would like to make a menu that when clicked would change the display of a display div: none to display: block.
My menu
<div id="back">
<ul...
Consider the following html code: link
In the fiddle was defined a div with an image located in the upper right corner. It occurs that I'd like to add a border between the image and the border of the div (simulating a 10px padding in the di...
The result I need to achieve using the jQuery UI Slider seems simple. The Slider will be used to define the age of the user who would submit the form, with a minimum value of 18 (years) and a maximum of 100 (years) ... The intended purpose can b...
We can assign a title (attribute title ) to a markup element in HTML that has this class, like this:
$(".title-texto").attr("title", $(".title-texto").text());
Example of HTML markup with only one element with class:
{<ul class="...
Well, I want to pass the values I put in <input> to "box" and also have the option to take it out.
Example:
<table border="1" align="center" height="180">
<tr>
<td> <font face="arial"...
I have a simple form to login for users with login and password ...
I'm not able to give submit via JQuery, look at the code:
<div id="opcoes2">
<div id="fazerlogin2">
<form name="fazerloginform" id="fazerloginform" action="faze...