I need to assign the attributes to the object relatively, without knowing how many parameters will come, so it is not returning results, is there another method?
var menu = document.getElementById("funcaoMenu").value;
res = menu.split...
It is as follows, my form did not have authentication, but the client server requires authentication, I made it authenticate, but now it does not send. could they point out the mistakes so I could fix them?
Old PHP:
<?php
// Check for em...
The Button Click Request is receiving: {'QTD1LED, ON': ''}, but would like to receive only {QTD1LED, ON}. Where do I have the change in my code?
var http = require("http").createServer(servidor);
var express = require('express');
var io = requ...
I would like to get the answer from ajax, and load the div ...
If I load the div, passing the url works 100%
var detalhamentoDiv = $("#detalhamentoDiv");
detalhamentoDiv.load('/Exemplo/Controller/Teste');
$('#detalhamentoDiv').modal('show')...
I have this article:
<article class="detalhes">
<?php
$sql = "SELECT 'nomep', 'cidade','bairro', 'endereco', 'site', 'site', 'email', 'facebook', 'googleplus', 'descricao', 'funciona' FROM 'cadastropn' WHERE 'cidade' =...
I'm using% VanillaMasker for validating a phone and date field, except that these elements are within a% w / w% w / w%
I tried to play the function into a function of type:
jQuery('#form-basic-informations').on('click',function(){
But sti...
Well, I'll try to explain the situation:
I'm studying NodeJS and for that I decided to rewrite the server-side code of an application that was originally written in C / C ++, and that server receives packets in hexadecimal from the client app...
I have an input file with two classes.
<input type="file" class="upload upload-logo" />
<input type="file" class="upload upload-rules" />
<input type="file" class="upload upload-image" />
I want to create a generic code fo...
I'm trying to create a dashboard showing the sellers' results on a big screen in my company.
I need to timer the panel every 30 seconds so the results are always up to date.
I have no idea how to do it, all help is welcome.
var del = document.getElementsByClassName("del");
if (del != null) {
for (var i=0; i<del.length; i++) {
(function(i) {
var id_cliente = del[i].getAttribute('value');
if (del[i].addEventListener) { del[i].addEventListener("c...