I need to get all the clicks of a generated html in a select.
I have the following structure:
<tr class="pesquisar" data-idlocalidade="<?php echo $linha['IDLocalidade']; ?>">
<td class="NomeLocalidade"><?php echo $l...
Good afternoon! Home
I am having a question regarding the manipulation of div's values ...
When dragging an image of the div fundo1 (blue) or fundo2 (yellow) to div conteudo , I would like the values present within the% div...
I have an empty textbox, and I have some buttons with values like:
+ , - , * , / , palavra1 , palavra2
so on.
I want to fill this textbox by dragging these buttons into it, not just clicking on them,...
I do not know anything about this, and an application came up here in the service where I need to get the data from a HTML page, and generate a TXT , or a PDF >, the save will be on the machine itself, because the server is local.
I...
My request is returning this:
data: Promise
Opening Developer Tools from Chrome I see this:
data: Promise
__proto__:Promise
[[PromiseStatus]]:"resolved"
[[PromiseValue]]:"24/01/2016"
Using the axios, how can you print this value?
L...
I realized a while ago that it was possible to use these two functions, but what would be the difference between them?
What is the difference between event.stopPropagation() and event.stopImmediatePropagation() in Javascript?
...
Well, I'm trying to set a width according to the width of the user's browser screen, however, the console does not point to any errors, but the code also does not run
var bannersWidth = document.querySelectorAll(".banner-holder .carousel figur...
I have a question and wanted to hear more people's opinions. Following the MVC , can a Controller have private methods?
This question came to me because in my context, I have a Controller JS , and my View is an HTML page.
Well, if Contro...
When I'm in PHP and have dynamic variables, ex: nomeVariavel1 , nomeVariavel2 , nomeVariavel3 ,
I use the following way to put in the bank:
$nomeVariavel = ${"nomeVarivavel".$contador}
How can I do exactly this in J...