Questions tagged as 'html'

1
answer

What are Boolean attributes? [duplicate]

I would like to know what these Boolean HTML attributes are.     
asked by 08.12.2018 / 11:10
1
answer

How to avoid the Chips component of the Materialize in white?

I'm using the materialize chips in my project but wanted to avoid this default behavior of adding the same empty tag, for example: How do I prevent this and insert the tag only when I have at least one character? What I got closer wa...
asked by 11.12.2018 / 18:12
2
answers

OnSubmit is not working

I'm checking a form with onsubmit , but even returning true it's submit. Here is the function that calls onsubmit: function checkFormModal(){ var senhaAtual = document.getElementById("senhaAtu").value; var alerta =...
asked by 11.12.2018 / 18:18
1
answer

make the setInterval () stop with mouse hover

I'm creating a JS to run the code as if it were slides. <div class="uk-panel uk-panel-box tm-mandato uk-hidden-small widget_recent_entries"> <div class="uk-width-1-1 uk-width-medium-1-4 uk-overlay-hover"> &l...
asked by 07.12.2018 / 16:03
1
answer

Remove dynamic inputs

I wanted the help to be able to delete a line from my form with javascript. I'm able to duplicate it, but do not remove it . $(document).ready(function(){ var clone_step1 = $("#step1").find(".duplicar-presencial").html(); // cópia da d...
asked by 04.07.2018 / 23:37
1
answer

Click function with a variable of a model

Ie personally, I have model getting the value of a web api perfectly, but the problem is that I have a function that I need to get the value of model and put in the click function as parameter and it gives the following error:...
asked by 15.06.2018 / 15:45
1
answer

Disable field when clicking the checkbox [closed]

How do I disable a field by clicking the checkbox option?     
asked by 14.06.2018 / 23:23
1
answer

How to call php on a radio button

I'm trying to call PHP to dial a radio button but I'm not getting it. PHP: if($result['sx_sexo']=="Masculino") { $Result_sexoM ="checked"; } else { $Result_sexoF ="checked"; } Radio button <p> <input name="sexo"...
asked by 14.06.2018 / 20:08
1
answer

$ _FILE not defined

I have a problem with the $ _FILE global variable. It's my first time using it, and then I face this problem. I set the enctype, all right, but it shows that the variable does not exist ... <!DOCTYPE html> <html lang="pt-br"> <h...
asked by 04.09.2018 / 23:53
1
answer

___ ___ erkimt Take only the months of JS selected date ______ qstntxt ___

As an example below, I would like to take only the month by selecting a date and entering it in the Month field with JS.

%pre%
    
______ azszpr323276 ___

You can easily do this by using the %code% event in the date input. Here's an example:

%pre%
    
___

As an example below, I would like to take only the month by selecting a date and entering it in the Month field with JS. <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity...
asked by 18.08.2018 / 01:05