Skip to main content

Questions tagged [jquery-ajaxq]

AjaxQ is a jQuery plugin that implements AJAX request queueing mechanism.

jquery-ajaxq
1 vote
0 answers
563 views

Why am i getting this PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback,

Why am I getting this PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'process_order' not found or invalid function name in \wp-includes\class-wp-hook.php on ...
Lestah's user avatar
  • 63
0 votes
1 answer
909 views

Jquery ajaxsetup: Catch only 401 error else let the custom error handler do the job

I have a complex application (.NET 5 MVC 5) which does various ajax calls. I would like to globally handle only 401 unauthorized requests. This classic code does the trick as it catches globally $....
Marugo's user avatar
  • 3
0 votes
0 answers
113 views

Get id from array of id's for a button when i click it

i tried it using session storage but i can't this my java script code i tried function jobHome(){ const token = "rnxdQFzTU-YuzViH78aH"; //var id = 308; const row = document.querySelectorAll(...
Moatasem B.Hussien's user avatar
1 vote
1 answer
785 views

Jquery ajax POST call in MVC - include application name hosted in IIS

I am try to use Jquery ajax call - to call one of the controller method, I am using like below. However when in localhost the URL formation is fine. I tried to deploy my application in IIS and ...
user2294434's user avatar
0 votes
0 answers
2k views

How to resolve Ajax error No 'Access-Control-Allow-Origin' header is present on the requested resource'

I am trying to get token from drchrono.com. But I get following error. Can somebody please help me how to solve this? Error Access to XMLHttpRequest at 'https://drchrono.com/o/token/' from ...
Nanji Mange's user avatar
  • 2,245
0 votes
2 answers
901 views

How to show a JQuery dialog on successful return from a jquery ajax invocation

I am having a problem showing a jquery dialog on the return of an ajax call. Below is the dialog and supporting html: function ShowDeleteReturnStatusDialog(deletedId) { $("#...
Robertcode's user avatar
-1 votes
1 answer
63 views

not able to access when aspx web method having more than 8 parameters from jquery ajax call

My aspx web method having 10 parameters. I am not able to access when aspx web method having more than 8 parameters from jquery ajax call. The 8 parameters methods are able to access without any error....
Saravanapandian's user avatar
0 votes
1 answer
423 views

How to display update content after posting data by ajax in asp.net core entity framework core

I want to display update content after posting data by jquery ajax. I tried it but not display data. here is my code... jquery ajax $(document).ready(function () { $('#paid').click(function () ...
SK jha's user avatar
  • 49
0 votes
0 answers
56 views

Jquery ajax - Make a function wait till the previous function gets executed

When the user clicks the Submit button, i am making a Jquery AJAX call to check if the user is an Admin User or not, if the User is a Admin i am showing a Information popup for the user with OK button....
Juan's user avatar
  • 17
0 votes
3 answers
291 views

How to get All the elements of the Listbox when Button Click event is fired by using ajax call

How to get All the elements of the Listbox when Button Click event is fired by using ajax call I am using a function and trying to call the function in ajax call my function is working fine it ...
karthik kasula's user avatar
1 vote
2 answers
1k views

How to send variable to middleware using jquery ajax

How do I access the variable word in my middleware sent from a JQuery AJAX call. AJAX ....code $.ajax({ url: "/getWords", word: word, //value wanting to send!!! ...
quietplace's user avatar
-3 votes
2 answers
34 views

Re-invoke $.ajax under condition

When I initialize an ajax call, when the request is succeeded and match a condition I want to re-call it again inside it, like following: $.ajax({ ... success : function(){ ...
Amin's user avatar
  • 731
0 votes
0 answers
228 views

Mailchimp API Call using Ajax GET and access_token is throwing ERR_ABORTED 401

I am working on a project, where Mailchimp API needs to be integrated and there is no backend is involved. All the calls are made from the frontend JS/jQuery. I got the access_token using ...
SangyK's user avatar
  • 839
1 vote
2 answers
279 views

How to send Form Input field into JSON Format using Jquery Ajax

I want to send data on the controller into JSON format. but getting into a string. so can I do this? I used header that is being passed on ajax call but it not converting Form filed into JSON format . ...
pankaj's user avatar
  • 1,838
0 votes
2 answers
163 views

How to handle list of object by jquery autocomplete

I was looking out for the way to get list of objects (properties of class) and paste it to the some controls by searching only name .how can I do taht I used this snipped: $('#applicant')....
user avatar

15 30 50 per page
1
2 3 4 5
10