Questions tagged as 'html'

1
answer

Increase text size when scrolling

How do I scroll the page to increase the size of the text? I would like every%% text to increase by 50px to scroll the page to a total of 10px top. Below is Fiddle and Snippet: JsFiddle $(document).ready(function(){...
asked by 20.09.2017 / 18:16
3
answers

Required in Ajax

I have a code that requires that when I submit, some fields are required to be filled, type required in html only in Ajax, instead of using the alert as I am using it, use required as in html. Here is my code below: function...
asked by 03.09.2017 / 15:21
2
answers

Show and hide effect jquery

How do I pro jquery open only the box I clicked, without opening the others. I tried to use $ (this), but I could not. Not the way I want it.    HTML <div class="main"> <i class="icon icon-edita">Editar</i> <di...
asked by 17.01.2018 / 18:48
2
answers

I'm having trouble leaving this div centralized and responsive

I am having trouble in leaving this div centralized and responsive could someone help? .ml{ text-align: center; color:#3A89AF; } .ml p{ text-align: center; color:#000; } .ml a{ text-decoration: none; text-decoration-line: n...
asked by 16.01.2018 / 02:31
2
answers

How to put this type of hover?

The hover I want is this: link My hover looks like this: link My css and html html{ font-family: sans-serif; } header{ width:100%; height:58px; background-color: #693; border-bottom: 6px solid #487f...
asked by 24.01.2018 / 13:01
1
answer

Problems with angular-input-masks?

I'm trying to use this module that is available in the github and I think this module is very complete, it provides the masks that I need, however its documentation is very confusing. The question is as follows, I cloned the gihub project a...
asked by 06.09.2017 / 21:33
1
answer

Doubt Tag Form

I have two form tags on a page to validate some fields that appear in modal, the first form , is just to search in grid . The% open% modal, and the remove filter function work perfectly. However, when opening the modal, the b...
asked by 25.04.2018 / 21:46
2
answers

Display default date field BR aaaammdd for dd / mm / yyyy with javascript

Hello I have a field that automatically gets a date from another system, but it sends me in American standard, I would like to display on the screen with the default dd / mm / yyyy; <div class="form-group col-md-2"> <...
asked by 11.05.2018 / 15:10
2
answers

Select checkbox when putting value in a text box

I want to automatically select the <input type="number" /> when putting a value in <input type='checkbox' /> . Follow my HTML: <div> <input type='checkbox' name='arrachar[$year, $month, $day][OpcaoA]'...
asked by 18.05.2018 / 15:59
1
answer

Break line in link text with & text

I wish after the word inicial there was a line break: <a>https://web.whatsapp.com/send?phone=seu-numero&text=Mensagem Inicial</a>     
asked by 03.05.2018 / 17:19