I have a html page made for mobile, I would like to put 2 types of masks being% Percentage and R $ Money but I need this field to be type="number" to show the numeric keypad of the cell phone .
I already downloaded several masks and none could...
I have divs in my code in html (they are 3 menu bars), when I click, it transforms (as if it were an animation) into an x, however, I want it when it changes and I click it function other than the first. An "openNav ()" in the first and a "close...
I have people and the following code in javascript:
<script>
$('.valores,#qtd,#qtd_bo').mask('00.000.000,00', {
reverse: true
});
</script>
It's a mascara plugin, and it works perfectly. But my phpStorm is setting $ t...
I'm trying to make a timer, until it's working, the problem is that it only slows down if I click, and I need it to go away once I click once.
var mins = "30";
var secs = "00";
function timeCount(){
if (secs == "00"){
s...
Next ...
I want to find an element (form) that is inside a block. I use .getElementById(); to get this block.
After getting the block, I want to find the form that is in this block so that I can include an element before that form....
I need to redirect when the modal bootstrap loses focus.
In my code the modal does not even open because it does the redirection coming out of the screen. I need something more or less like the alert (). As soon as I click on ok or lose focus...
Good evening, I'm with a RadioGroup that gives me three values:
PM - Less Weight (The lower weight between the Outgoing Weight and Arrival Weight);
PS - Output Weight;
PC - Arrival Weight;
The system must take the value of the PptMotorista...
Any idea how I can have 2 (options) arrays with styles to change the colors in specific places of the site (for example change 3 classes: .header, .footer, .sidebar), but keep the option in which the user clicked even when he went to another pag...
Well, you can help me ... I'm learning to make a clock with JavaScript ...
But if to concatenate 0 in front of seconds, minutes and hours is not working ... I can not find the error ...
var tempo=new Date();
var hora=tempo.getHours(...