I'm not understanding how to make the "Edit" button work within modal ...
Screen (clicking on details opens this mode where you have the edit button):
Mymodal: informationcontainedwithinthemodal:
I'm trying to make a chart look like this and I'm not getting it. Could someone help me?
Remembering that the table can be ignored, I just wanted the same chart.
I have a website in Wordpress and I'm consuming a Web Service, I created a function to filter the championships based on some information:
Sex: M
Mode: 2
Category: 4
If all are true, it returns the name of the respective championship and p...
I have a screen with red background, clicking on it opens a new one with
blue background. This blue background screen should trigger an alert when clicking on it, but it is not happening. Could someone tell me?
NOTE: This is just a simpli...
In a calculation made in javaScript I am having the following problem, I have tried to solve in several ways without success, I need to do a simple math operation and in javascript it gives a difference of 1 cent.
The calculation would be = (...
I was able to make Plugin Select2 work, but autocomplete does not work.
$(function () {
$("#disciplina").select2({
placeholder: "Disciplina",
minimumInputLength: 0,
ajax:{
url: "busca.asp",...
My .js file
$(document).ready(function () {
$("#uf").on("change", function () {
atualizaProfissional();
});
$("#botao").on("click", function(){
s = $("#municipio").val();
if (s == 1){
$("#imagem").attr("src","https://drgl...
I'm trying to see the credit card hash informed to test with Moip, but my Javascript does not show me on the screen, it returns me [Object, Object], I would like to see the complete hash to pass to Moip. >
PS: Moip's sample credit card link is...
In the code below each I have two forms one to send the value 1 and another to send 0 and both forms send this value via GET
When I send the GET PUMP STATUS # 1 ::="motor": receives the PLC return
STATUS PUMP # 1 :: = true
STATUS PU...
I would like to know how I can be putting coin mask, since my input="fieldResult" is blocked and added value automatically after putting a value in the above input.
I tried to add the mask in the input="fieldResult", but without success.
T...