Questions tagged as 'jquery'

1
answer

How to redirect to an action in asp.net mvc, using jquery?

How to redirect to an action in ASP.Net MVC, using JQuery? I'm trying to do this: $("#Filtro").change(function () { @Url.Action("Answer"); });     
asked by 12.12.2018 / 00:06
1
answer

Error sending form when pressing Enter - PHP

Good evening. I'm having a problem submitting a form, typing Enter returns the error: "Undefined Index" from php. However, if I click the Log in button, it submits normally. < script type = "text/javascript" > $(function() {...
asked by 23.12.2018 / 03:18
1
answer

Get the ComboBox value automatically with Jquery via POST [duplicate]

I do not know if it was clear in the title, but who is old should remember that Dreamweaver had a Jump function that was very used in combobox. How would I make this option with Jquery within the following reasoning: <label for="filtro"&g...
asked by 22.12.2018 / 15:20
0
answers

Turn option values into json format

Hello, I have the following question, I am dynamically creating the selected, for each option of it selected, it contains two values: DominioID and PaiID, but I need to pass both at the same time but I am not able to transform this value into js...
asked by 15.12.2018 / 13:56
0
answers

Error in the mask and validation of the email field

I'm trying to implement a masquerade and validate the email field using the inputmask plugin without success to mask it does not appear and consequently does not validate , because ? Here is the code: <asp:Content ID="Content1" Co...
asked by 06.12.2018 / 14:31
0
answers

Sort the opposite with .each

I have a screen that lists me some skills, they come from the bank in the following format. ThelasttwoarethepaymentsthatareOKandsoonafteritstartstherest,where0219isFebruary2019,>0319March2019andsoon.ButinmylistingIneedittodisplaythenextcompe...
asked by 17.12.2018 / 14:19
0
answers

Refresh Div's after Database status is changed

I have the following listing: WhenIupdatependingstatusforpayments: IwouldlikethevaluesoftheTopPendingandPendingPanelstobeupdatedautomatically,butonlywhenIrefreshthepage: I'mtryingthisway:HTML<divclass="col-lg-6 col-md-6"> <div cla...
asked by 12.12.2018 / 15:11
1
answer

AJAX request with FOR

My real question is: do you understand why your loop executes in the first ajax request, only to then loop in the second ajax request? Today I have this result: HTMLandJScode<html><head></head><body></bo...
asked by 05.12.2018 / 18:21
0
answers

Progress bar before run function

I have a page for issuing a certificate, and it takes some time to create the requisition and the keys, because everything is done in the browser. I want to implement a progress bar so the user does not get the impression that the site has crash...
asked by 05.12.2018 / 19:13
1
answer

Use befereSend in ajax to make a loading screen in Modal

I'm trying to make a loading screen using modal and jquery, in that while collecting information from the database, it has to appear loading. But even after it has already loaded, the modal is not disappearing. Here is the code: <!-- Modal...
asked by 29.11.2018 / 21:00