Good afternoon guys, are you okay?
I received an internal project and I can not finish it.
I have this excerpt from an HTML page:
<span style='font-size:9.0pt;
font-family:"Calibri",sans-serif;
color:black>'>
Apr...
I have a contact signup system with a button to send whatsapp message to whatsappweb.
When I click this button, it opens a whatsappweb tab in the conversation with that contact:
<a href="https://wa.me/55'.$telefone.'" target="_blank">...
Using ASP.NET MVC, I'm creating one input dynamically using a loop with data from the database.
<div class="col-md-12" id="div-contatos">
@if (Model.PessoasContatosViewModel != null)
{
@for (int i = 0; i < Model.Pesso...
I have the function:
$data ={
$G,3,"027",8,"sao paulo"
$H,3,"027",5,"curitiba"
$SP,3,"027",5,"brasilia",62312
}
var dados = data.split(",");
var json = [];
var toSplit = dados.split(",");
for (var i =...
I'm developing a site whose menu is navbar with dropdown of bootstrap 4. When I view the site on a smaller screen, the nav is replaced by the button burger and is only "activated" when this button is clicked. However, I want it to be "disabled"...
I made a method to remove an item from my table made in HTML that is supplied by a normal form but the information goes to the table in question ... Until then everything normal, but at the time of removing a new item, other than the one previ...
Hello, in my code how do I get the values contained in the "data" array when calling the function (#print) from the generateString function.
var gerarString = function () {
var codproduto = 001,
var newRow = 'teste',
var ite...
I have a code and I need your help to be able to execute as I want. There are only 2 points: the first thing to put content before (when you upload the site does not appear div or content ), I need to put a content and the user gets come back...
I have the following code:
jQuery('#modal').on('submit', function(e) {
jQuery('button[type="submit"]').prop('disabled', false);
jQuery('div[name="loading"]').html("<i class='fa fa-circle-o-notch fa-spin'></i> Processando....
My question is how to check if a radio button has been selected!
I have a while as you are finding values within a table , it adds the buttons radios . So when radio is selected and clicked on "IR" it will call the other pag. passin...