I need to make + index work because it is a system for generating pages with embedded products. In this case, each inserted product will have a total0 + total1 and so on. However, it has to be in real time the value!
function Soma...
I started working a lot with vue and started using it on all the projects in the company where I work. And with that, I ended up creating some componentes , in general autocomplete , I know that there are many, I have already...
I have a button that I generate with AJAX and on that same button it has an event onclick , and I want to pass two arguments to it, however I am having bugs with it.
PHP code:
echo ' <button type="button" class="btn btn-link btn-...
Alright?
I'm working on a project with the Laravel framework.
In my project I can call a js file, but it does not work.
<script src="{{asset('js/formCurriculo.js')}}" type="text/javascript" async="true" defer></script>
Whil...
I have the following problem, I have on my form several issues that are handled using the radio button, as print attached. I'm using jquery to change the color of the button when it's selected, the problem is that when the person selects the typ...
I need help with alert() of js , in which I'm returning some values just information for the user.
Today I'm only returning alert() , however I've been searching and found some alternatives (modal, bootbox, etc ...), but I...
How to disable a field that is inside a hidden div so it does not work on submitting the form
Exemp: In this script, when I submit the form, the fields that are hidden are sent, but this field should only be sent when they are shown
How to...
var quantidade = "200";
setInterval(function(){
var tempo = document.getElementById("banner").textContent;
var match = tempo.match(/[^\d](\d+)/);
var nr = match && match[1];
if(nr === "5"){
var red...