In my application I use the javascript framework as javascript, and to select the files I use the following button:
<md-button class="md-accent md-raised button-arquivo-margin"
ng-disabled="vm.controladorRequisicao.requi...
I'm doing a project of a simple music player using ElectronJS.
For this I'm using a library that plays MP3 files (play-sound), how can I call this function inside my HTML? Do I need to create another file just for sound reproduction or can I p...
I have an ad and I want to know if the person has already clicked on the ad in the last 2 days.
If it has already clicked, it does not appear, but if it did not click, it still appears.
Something like this:
<!DOCTYPE html>
<?php...
I made the following command to display a loading every time I submit a project form.
$("button[data-noPreload!='true'][type='submit']").click(openPreloading);
function openPreloading() {
$("#icoCarregando").fadeIn();
}
I found this oth...
I have a web system and would like to call / open an android app installed on a tablet via a button on my system. Is it possible via php, javascript or html?
Thanks,
For any value you enter, the result is always "None of the alternatives", where is the error?
Follow the code:
<body>
<p>Clique para exibir...</p>
<!-- <button onclick="myFunction()">Clique aqui</button>...
I have the following code:
$("[data-ripple]").hover(function(e) {
var $self = $(this.parentNode);
var $color = $(this).data("ripple");
var $divServicos = document.getElementById("div-servicos");
if($self.i...
How to edit the text of a div or of your children by clicking on the text with JavaScript or jQuery ?
Example, by double-clicking Text Here you can change the text and / or delete it
#alterar {background:#e3e3e3;padding:15px...
I have this code down with the Google Maps API using several places defined within Javascript.
My problem is that I have more stores to add and are scattered all over the state, so I want it when the user opens the page, get their location and p...
var previsto = [];
for(var i = 0; i < $(".previsto").length ; i++)
{
previsto[i] = $(".previsto").eq(i).text();
}
I need to get the next value adding the former to have a build-up.