Skip to main content

Questions tagged [jqxhr]

jqXHR is a jQuery object that provides a JavaScript cross-browser-compatible superset (wrapper) object for the browser-implemented XMLHttpRequest (XHR) object.

0 votes
0 answers
41 views

How to segregate from 1 php file to index.html and index.php?

SUMMARIZE PROBLEM The code below is named as index.php. This file is perfectly work.. <?php $servername = "testing"; $username = "testing"; $password = "test"; $...
Be Always Mine's user avatar
3 votes
1 answer
72 views

Why should change the first letter of the property to lowercase when updating the project to .NET 8?

I used .NET 7.x (ASP.NET Core 7 MVC) and JavaScript Library v1.10.2 and use XHR in Ajax to get data from the controller as shown here. Send a request to get data like this: function ...
Davood's user avatar
  • 5,556
0 votes
0 answers
30 views

How does Chrome devTools create General Header for a request?

According to the docs: In the General section, DevTools shows you human-readable status message next to the received HTTP status code. How is the status code in this General section created? I'm ...
BigBen_Davy's user avatar
0 votes
1 answer
186 views

Laravel XHR Requests Blocked

I'm a DevOps Engineer and I am not an expert in Laravel and web development. Recently we decided to refactor our monolith app which is on one server. The new requirement is to deploy the app on an EKS ...
Obada Qafisheh's user avatar
0 votes
2 answers
62 views

php xhr request works on local but not on server

I've trying to create a progress bar while the script executes. It works fine when I test in Visual Studio, but when I put it on a server, it won't work. Is there some php or IIS setting that might be ...
CaptainJackSparrow's user avatar
0 votes
0 answers
27 views

.obj files not sending xhr post

I have a jquery code where I send files with xhr post, this code works fine for other files but for files with ".obj" extension it doesn't send any value in post (it doesn't send test data ...
yukselm's user avatar
  • 13
-3 votes
1 answer
427 views

How do I write to console.log() from ajax calls two levels deep?

Please Note: I am new to using ajax and have no knowledge of error handling between different pages. I am calling an ajax call from within an ajax call; and would like to obtain a console.log() ...
MeSo2's user avatar
  • 456
0 votes
0 answers
203 views

Unable to load ajax requested pages

My apologies, first of all, if this comes across vague. I'm experiencing an issue that I can barely understand and thus find it hard to frame it as a clearly coherent question. Problem: When loading ...
Michael Lockwood's user avatar
0 votes
0 answers
46 views

How can I create a Jquery XHR for images from an api and change images with an onclick function?

Good afternoon everyone. I'm attempting to display a set of images in a div, and use JQuery to fetch images from an API that changes the set of images when one of the header options are clicked. Any ...
YoungMarkyD's user avatar
0 votes
0 answers
165 views

How to get ajax call return code when getting fullcalendar events

I have this fullcalendar definition: $('[data-toggle="calendar"]').fullCalendar({ themeSystem: 'bootstrap4', locale: 'es', ...
jstuardo's user avatar
  • 4,423
0 votes
0 answers
44 views

How do I prevent the application layout from rendering twice when doing an XHR request?

I want to populate the landing page of my app with index pages of other controllers using xhr calls whenever someone loads the homepage. However, whenever I try doing this, the layout gets rendered ...
Manan Monga's user avatar
0 votes
1 answer
1k views

ASP.NET Core - progressbar on form submit

I have a simple web page with form for uploading files. Everything works fine, but I need to use some overlay progressbar. I have problem with refreshing the progressbar itself. I was trying to use ...
David Bašta's user avatar
0 votes
0 answers
27 views

statusTxt, jqXHR not working in Iframe jQuery

I am trying to get the responseTxt, statusTxt, jqXHR output but it is not working in the iframe instead it only working in the load function. I have seen the related threads but it was not helpful. I ...
Satyam's user avatar
  • 5
0 votes
0 answers
158 views

JQXHR Object simply outputs to [object Object]

I have an API endpoint for registering a user written in Python Flask. I can see on the linux console that Flask is returning a 400 when the password does not have a lower case letter in it and it ...
puk's user avatar
  • 16.6k
0 votes
0 answers
618 views

How do I get the content-length header for jQuery AJAX POST success object?

I have a jQuery AJAX call that appends a URL's page into a selector. I want to monitor the progress of the page being appended: $.ajax({ url: URL, type: 'POST', data: { ...
A-Z's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
12