Questions tagged as 'html5'

1
answer

Problem with field validation with ajax

I personally did a validation via ajax on my form site that when the user does not fill in the field and tries to submit the form it takes the inputs and adds a red border until it's right but when the fields are filled and it s...
asked by 05.09.2017 / 17:21
1
answer

Take only part of the input content without submitting [duplicate]

I am creating a gallery of images using the responsivefilemanager plugin and there is a problem that I can not solve. See this image: Clickingthebluebutton(Withthefoldersymbol)opensaModalinwhichIcancreatefolders,uploadimagesetc.WhenIsel...
asked by 24.08.2017 / 05:01
1
answer

By pressing the backspace key, delete the previous input fields

The code below causes the user to type in a particular input field, it jumps to the other field automatically: <form class="form-inline"> <div align="center"> <div class="form-group"> <input type="password" cl...
asked by 29.07.2017 / 16:18
1
answer

Remove border that appears in Chrome and Firefox browser

How to remove border that appears in Chrome and Firefox browser. Already in the browser Edge does not appear. .fa-admin { font-size: 23px !important; line-height: .75em; vertical-align: -15%; position: absolute; } .avisosAd...
asked by 25.07.2017 / 16:56
1
answer

What is the best method of loading JS files? [closed]

I'm trying to work with the form code that gives me the greatest possible use of what was written, so for every feature I'll need to do in javascript / jQuery I control the individual version of every thing with git. / p> Controlling this indi...
asked by 04.08.2017 / 18:54
1
answer

AJAX Request in Bootstrap

Hello I need to open an external page through an AJAX request in my ROW in Bootstrap, but I'm not having success, I'm following the tutorial below, but it's not opening my page in the Bootstrap ROW, like I can do ? Are there any native Bootst...
asked by 04.08.2017 / 19:38
1
answer

Doubt with theme-color, change the color of the browser

After accessing the mobile phone, I did not notice that it changed the color of the browser, nothing changed, using safari on ios or Android, was something missing? I made the inclusion in my head: <!--mudar a cor do navegador --> <!-...
asked by 26.06.2017 / 03:01
1
answer

How do I configure @media for mobile?

I have a Moto G phone and I can not set @media to work for it. Reducing the width of the browser works perfectly, but in the mobile device it does not adjust according to @media . Below I put the form background to gray, and...
asked by 27.06.2017 / 17:43
2
answers

How to call a function in the click of the Input Type="date"

Friends, I have an issue that I would be happy if you could help me. I have a calendar created with <input type="date"> of Html5 . I need that when clicking a specific date it takes the value of the date and calls a PHP functi...
asked by 18.08.2017 / 19:41
1
answer

Iterate array in input element

I need to generate a radio element according to the selection of a field. I'm having difficulty building the block: I need to fill in the value of radius in this block according to the section of the array below: var horario = ['quinta/10:0...
asked by 23.06.2017 / 23:21