I'm trying to use Sweet Alert 2 .
I would like to increase the textarea field by using the rows attribute, but it is not working.
How do I increase the size of the field?
$('.btn').on('click', function(){
telaModal()
});
functi...
What would be the disadvantage when using jQuery with React? For I am turning a site that is all in jQuery to React and I see in many forums the staff saying that it is not good practice to use jQuery next to React but with no complete explanati...
I have a DataTable in my View Index that has the CEP column that needs to have a zip code mask (ex: 29780-000). Does anyone know how to do this using JavaScript?
<table class="table table-hover table-bordered dataTable table-striped wid...
I have these two fields checkbox
<label class="control-label col-md-3" style="text-align:left;">Tipo de Pedido</label>
<div class="col-sm-3" style="text-align:left;">
<input type="checkbox" asp-for="Produtos...
Hello, good morning!
I would like to get the SRC value of the IMG tag, using js / jquery.
In this case, it would be link
<html>
<head>
<title>hello</title>
<script src="https://ajax.googlea...
$("#divOpcoes").fadeOut(500, function () { $(this).text('Opção ' + indiceAtual + ".").fadeIn(500); })
The above line is inside a for loop and variable "Current index" is incremented each loop loop. My problem is: the function passed to fadeOut...
I saw on the Dropbox website that my PDF extension files are previewed on the first page of the file, I looked for solutions on the internet for the same but I saw that there are only ways to embed the PDF in iframe or using a google drive URL t...
I am trying to read the data that is received via php and I need to read those values separately. The return is a json object, when I show in the console using the command console.log(data) and the following structure appear...
I have a function that is called here:
$("#valorPrimeiroPedido").focusout(function () {
var valor = $("#valorPrimeiroPedido").val();
calcularValorMercadoria(valor);
});
$("#valorPrimeiroPedido").val() alrea...