Questions tagged as 'html'

1
answer

"Help Center" on the site - Email Reference [closed]

Speak, people. I created a form and I would like that whenever a person reports an error and complained to the help center of the site (the page where the user fills in an input / field and sends his report), the button, send what was typed t...
asked by 20.08.2016 / 20:02
2
answers

Enter value in the input text closest to you

Good afternoon guys, I have a problem with my jquery is the following, I will have several forms in one page ... When typing in each "board" field my jquery inserts a value in the next field of the same form. I tried to use the closest ("form...
asked by 21.08.2016 / 22:55
1
answer

Active not being selected to the click

Good morning, I know it should be a basic thing, but I'm having trouble with it. The site contains two languages, when clicking on a flag, the language of the site changes and the flag for the language is colored, while the other flag is i...
asked by 15.09.2016 / 13:37
0
answers

Problem with Boostrap clear field FileInput

I have a page with 2 input text and 2 input file When I get the answer from ajax, I clear the entire form as per the code below, but only one field is not cleared the field: <input class="fileUploadAudio" id="fileUploadAudio" name="file...
asked by 24.08.2016 / 18:29
1
answer

How to hide an object in javascript

I'm trying to hide an object in JavaScript, I'm using the style.display = 'none'; command but not yet successful. How can I hide the object by JavaScript, not by CSS? object: thesourcecodeisonthispage link link     
asked by 24.08.2016 / 16:56
0
answers

Assign CSS in jquery

I have the following code, how do I assign a display: block inside jquery?, because I want the fields to appear without needing to click "add", it automatically appears the amount, as I determined in if($("tr.linhas").length < 3){ L...
asked by 24.08.2016 / 17:05
0
answers

Dropdown with multiple triangles

I am developing an application and I have three buttons on the nav bar (messages, notifications and user photo). When clicking on each one, a dropdown appears (for each one) and has that arrow (the triangle) that should point to each one of...
asked by 29.08.2016 / 16:50
0
answers

How to fix a div on the Y axis using javascript?

I'm trying to leave a div fixed in VERTICAL, and when I move the scroll bar, the rest of the contents of that same div seem like normal, I used position fixed, but the rest of the content does not appear. I already tried with CSS, but I could no...
asked by 03.08.2016 / 06:59
1
answer

About SelectOneRadio

Hello everyone. I'm creating a program that handles user registration. Each registered user has fields such as name, rg, cpf ...... and a field that is called status, which shows the status of the registration of this client. The status can be "...
asked by 05.08.2016 / 03:03
1
answer

How to make a footer completely fixed in html page

Hello, I'm trying to put a footer on my html page, I was able to adjust the image automatically at the bottom of the window, the problem is that when I use the scroll and the page does not update the footer does not update, it is "floating above...
asked by 02.09.2016 / 15:46