I would like to know how to show the value of the input in an alert, immediately at the moment that I finish writing inside the input that shows it to me. In JQuery
function mostrar(num) {
var x = $("#num").val();
alert(x);
}
&...
asked by
29.10.2017 / 14:17