Questions tagged as 'jquery'

0
answers

Divergent Results When Filtering API Response

Edit: I was able to get him to create a single tab-pane, but now he is not filtering the games according to the league as you can see in the image below, he is printing everyone! I edited the code ... IhaveawebsiteinWordpressandI'mconsumin...
asked by 01.08.2018 / 14:05
0
answers

Capture Page Reload action

How to catch the action of the user when he clicks on the arrow to reload the page or when he enters the URL in google chrome. Using javaScript.     
asked by 31.07.2018 / 21:24
1
answer

Doubt printing more than one item in return Web service 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, If all are true, it returns the name of the respective championship, the teams, their games and results, u...
asked by 01.08.2018 / 00:02
0
answers

Error Request Ajax and jQuery versions

I have a problem understanding and solving a problem with an Ajax request I need to make. Here is a list of the subject sequence that I will say: Explain what I need; Explain what I want to do; Show how you are currently; Show the so...
asked by 31.07.2018 / 19:31
1
answer

How to validate the return of a value using Jquery on a component that does not support ClientIDMode="Static" in Asp.net?

When using ASPNet WebForm, ID of components are dynamically changed, but this component can not use ClientIDMode="Static" to keep the same ID. example : <asp:HiddenField runat="server" ID="MenuSelecionado" value="processo" />...
asked by 30.07.2018 / 16:02
0
answers

DOM taking too long to respond

Next, I have an application that loads quickly inside .NET, it takes 1.423s for the respond method, but when it goes to the VIEW it's taking longer ... It's like something is holding the screen release. Numberofrecordsreturnedpermethod:"l...
asked by 30.07.2018 / 13:36
0
answers

Filter in DataTable with Checkbox

I would like to use a checkbox for filter in DataTable, but I am not able to The ajax form data In this case, I would like to filter only data larger than 27, for example, when clicking on the checkbox //https://github.com/cbcarlos07...
asked by 27.07.2018 / 19:02
0
answers

Error: Cross origin requests are only supported for protocol schemes

I am using a server apache by XAMPP, the server is hosted on my machine, but when I try to make an ajax request I get the following error message: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extens...
asked by 30.07.2018 / 20:10
1
answer

Start Jquery function when a div receives a class

I have a div class="modal-load" with a counter loader that will be shown when the user finishes a payment, but I need this counter to start only when < .active in it. For this, I created a function in JS that runs this load. I believe this fu...
asked by 02.08.2018 / 20:39
1
answer

Embedded Form Mailchimp does not redirect to landing page

Here is the code for the Form I'm working on, the problem is the following, using it as is, is not redirecting to the e-book link I'd like, I tried putting > onClick = this.form.action = ' link ' this. form.submit (); < in the button, but...
asked by 02.08.2018 / 20:51