Questions tagged as 'html'

1
answer

Relation between 3 tables mysql

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...
asked by 24.07.2014 / 12:47
4
answers

How to set Background-image with SVG hosted elsewhere

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" /...
asked by 01.04.2014 / 01:00
2
answers

Adapt script that uses checkbox for radio

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...
asked by 25.02.2015 / 14:26
1
answer

Display block with Onclick

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...
asked by 26.09.2014 / 22:38
1
answer

Defining a border in a background

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...
asked by 27.09.2014 / 22:20
1
answer

Bootstrap modal does not load Google Maps v3 correctly

Ihavethefollowingproblem,whenloadingGoogleMapsv3inaModalwiththeBootstrapFrameworkthemapisnotdisplayedproperly.Followthecode:<!DOCTYPEhtml><html><head><metacharset="UTF-8"> <link href="css/bootstrap.css" rel="st...
asked by 24.09.2014 / 22:47
1
answer

How to show the value of the jQuery UI Slider in a text input and update the Slider if a value is entered in the text input?

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...
asked by 05.03.2014 / 22:39
1
answer

Selector or Script to assign different content to elements with the same class

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="...
asked by 05.03.2014 / 11:54
2
answers

move text to a box

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"...
asked by 07.08.2014 / 16:24
3
answers

Submit login and password!

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...
asked by 10.08.2014 / 21:28