Questions tagged as 'html'

1
answer

Invisible links until you click on something or resize the page

I've customized a website , but for some reason, the first time the person accesses the site, the menu disappears until someone click on something. I can not figure out why. I found that all page text is invisible. It does not matter which p...
asked by 14.03.2014 / 22:48
1
answer

Grid Sytem Bootstrap

I'm trying to use BootStrap's Grid System, but I can not. I have read these two questions: How does grid system work , Spacing with bootstrap columns . I followed exactly what was answered, but it still does not work. Render one down and down...
asked by 18.03.2014 / 15:25
1
answer

How to add a value sent from an onclick to the Ajax 'date'?

I have a table in HTML and in a table column there is a link that opens a Modal. In this way I make approval records and show who approved and the date of approval (more than one person can approve, so he has a list of approvals). To do t...
asked by 20.03.2014 / 15:24
2
answers

Like to load facebook button to load

I have a div where the social networks part is. In it I have a button for liking from Facebook, Twitter and Google Plus. Twitter and Google Plus finish loading together and is shown, while Facebook takes a few seconds to load. I wanted to...
asked by 10.03.2014 / 20:38
2
answers

Get the value of an input type = text and play in a variable

I'm using ASP.Net-mvc4] in my C # project in Visual Studio and I need to get the value of input type=text that is in my view , and play in a variable in my controller , but not I figured I'd do it. I would give the example...
asked by 07.03.2014 / 20:40
1
answer

Validating text box

Always when I do a javascript validation of a text box, to see if it is empty or not, I do it as follows: function validar(){ var input = document.getElementById("texto"); if(input.value == ""){ alert("Preencha todos os campo...
asked by 01.08.2014 / 23:57
1
answer

Grid with single index

Hello, what's the best way to make a grid by Javascript and HTML? I need to be able to draw or change the area color of each blank space. I made it that way but it does not answer because when I try to change the color of a single square it ends...
asked by 02.08.2014 / 14:52
1
answer

Turn uppercase characters of an entry into lowercase characters

I have this simple form and a jquery code that automatically fills in the 'email' field with the first name of the 'name' field and adds '@domain.com' to form an email address. How do I furthermore make the uppercase characters of the 'name' fie...
asked by 22.06.2014 / 21:27
2
answers

Javascript activating form action

Situation: It has the form and one of the options I want is that it results in a sum of variables automatically by clicking a button or it can be without clicking, just the user just typing the values. The problem is: he is already activating...
asked by 24.02.2014 / 00:26
1
answer

Transition "Fill from left" in the background

I need to make a fill from left transition in the background of a button. Something very similar as it is in link (look for the "fill from left" button). I want it when I hover over it, it fills the background from left to right. My synta...
asked by 26.02.2014 / 19:10