Questions tagged as 'jquery'

1
answer

How to make edit button work in a modal window?

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:     
asked by 27.08.2018 / 16:00
1
answer

Hour chart in Highcharts?

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.     
asked by 30.07.2018 / 19:08
1
answer

Compare Compare Values of Webservice JSON

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...
asked by 31.07.2018 / 18:41
2
answers

Mouse Event on Two Screens [duplicate]

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...
asked by 31.07.2018 / 18:16
2
answers

Calculation Error in JavaScript

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 = (...
asked by 31.07.2018 / 16:39
1
answer

Select2 + Jquery - Problem with Autocomplete

I was able to make Plugin Select2 work, but autocomplete does not work. $(function () { $("#disciplina").select2({ placeholder: "Disciplina", minimumInputLength: 0, ajax:{ url: "busca.asp",...
asked by 23.07.2018 / 22:18
1
answer

Help with JQuery $ is not a function [closed]

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...
asked by 26.07.2018 / 00:45
1
answer

Transform the results of an HTML form into HASH with JQuery and JavaScript

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...
asked by 26.07.2018 / 17:17
1
answer

How to make a single button turn on and off and on click send value in URL

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...
asked by 12.07.2018 / 23:35
1
answer

Mask Currency Input readonly

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...
asked by 18.07.2018 / 05:41