Questions tagged as 'html'

2
answers

Position div or button inside at a specific point in an image

I need to mount a kind of map, where the user clicks on a button that is in the x, y coordinate of an image and a modal opens. I can not use background-image for this, so I put the image with z-index: -1 , now I need to create some but...
asked by 09.05.2018 / 15:26
1
answer

How to change the contents of a DIV if you are using adblock

Hey guys, on my site has a button inside a div: <div class="novolinkdedownload"> <a href="#" class="btn btn-primary" id="butdedownlaodnovo">BAIXAR AGORA</a> </div> Is there any way for the user to use the famous adbl...
asked by 26.04.2018 / 11:01
2
answers

How to validate inserted value in text field with php?

I have a project, which consists of pulling a code inserted by the user in the following field <input type=text name=CODNOME><br> by putting the following value 001 into an msg <?php $CODNOME = '001' echo " testetes"; ?>...
asked by 16.03.2018 / 13:30
1
answer

Use the same script for multiple forms

How do I use only one script for multiple forms? <script> $(document).ready(function() { $("#formPost").submit(function() { var dados = $(this).serialize(); $.ajax({ type: 'POST',...
asked by 23.05.2018 / 19:49
1
answer

I can not get data-object value

The following problem has several inputs listed with the same css class, however I need to get a data-atributte of each one by clicking on its input to get its value from atributter: For example <input type="button" data-object="{"nome...
asked by 12.12.2017 / 12:08
2
answers

Animation with CSS image

I'm breaking my head with something simple, I usually solve these problems by looking at google, but today I was not that lucky. And the following, I want to create a background with the class "animation linear infinite", but I want to put a...
asked by 26.08.2018 / 01:03
1
answer

How to zoom in on the image when the mouse passes over it? [duplicate]

Type this site - > link A smooth zoom of that site. What is the simplest way to do this? If possible in CSS / HTMl.     
asked by 22.08.2018 / 23:50
3
answers

How to get the value of an input using the name javascript attribute

I was testing some code and realized that I was not able to get the value of a input through the attribute name document.getElementsByName().value , but with id working normally. Is it possible to get the value using name...
asked by 05.08.2018 / 06:40
1
answer

Showing data as you type

I need to show two information when the user enters the commission amount, in case the information I should show would be IR and Valor líquido . For example, if the user types 1.200,00 , the IR label would appear 1...
asked by 26.09.2017 / 14:02
2
answers

How to make a listbox where I can select more than one value?

I want to make a listbox, where the user can select several options, but using the select multiple, I have to hold ctrl, but this is not ideal, many people will not know that. Can anyone help? <div class="form-group">...
asked by 07.09.2017 / 05:19