Questions tagged as 'html'

3
answers

Create a div at the top of the blog (wordpress) to float steadily while scrolling down

I have a blog, I wanted to display an ad in a div after users scroll down and so soon the site is not visible that div appears, and if it goes up again it disappears. link link     
asked by 12.10.2017 / 18:33
0
answers

How do I make a check box get "checked" when I enter values in 2 fields dynamically?

How do I make checkboxes tick when the user enters values in both fields? <td class="col-xs-2 col-sm-2 col-md-2 col-lg-2" ><input type="number" max="20" min="0" size="1" maxlength="2" name="<?php echo 'scorea'.$n; ?>" value="{{...
asked by 12.10.2017 / 03:22
1
answer

Angular - How to pull a request from another page

I was studying angular and wanted to pull the information off the main page, but I'm not able to pull the javascript out. page repeticao.html: <!DOCTYPE html> <html> <script src="https://ajax.googleapis.com/ajax/libs/angularj...
asked by 20.10.2017 / 18:55
1
answer

How to use a JavaScript variable on a php page via ajax

Basically I need to use a JavaScript variable in a php to later register in the database. I have a <a href="carrinho.php"><button id="btnTestar">TESTE</button></a> button that leads to the cart.php page. In the...
asked by 14.10.2017 / 21:06
2
answers

I do not know how to do that when the radio that has an img disappear, when selected (JAVASCRIPT if possible)

I'm doing a very simple evaluation system using form validation (I know that's correct but it's just a study), and it has radios in html along with label and img, I do not know how to do that when a radio is selected, the label (img) stays with...
asked by 14.10.2017 / 19:49
2
answers

Sort list alphabetically with JavaScript

I have a simple HTML where I need a list of names that I can add, remove, and two buttons that sort in ascending and descending order. I was only able to add and remove it from the list. var convidados = new Array(); function InsereC...
asked by 05.10.2017 / 15:51
0
answers

Footer does not stay below the Body, and button hover fires without the cursor being on top

I've been having a problem for a few days now, I tried to solve it in a number of ways, I tried to change the position from relative to fixed and absolute before I did not have a wrapper, now I do not know what it's for, but I already changed th...
asked by 05.10.2017 / 17:40
1
answer

Jquery / Ajax / PHP field validation

I read a few questions here on the PT, but I did not find what I wanted. I made a basic validation with ajax and jquery that is working, but it has an unforeseen. There are two fields: email and time . HTML <p><div class="input...
asked by 05.10.2017 / 19:00
1
answer

Independent actions in tabs

I have two tabs and I need to display independent information on each of the tabs. On the first tab, I can show the information I need. However, in the second tab I need to reference the content shown using another link. In this new link, the in...
asked by 18.10.2017 / 20:52
0
answers

Creating a slider that does not change the entire image

Well guys, to make it more specific, I'm looking for something like this: The red arrows would be buttons, the black part with the letters would be when the mouse hover (the title "eyes" and the description is a link) and when you click th...
asked by 04.10.2017 / 03:06