221,226 questions
-2
votes
0
answers
44
views
My controller is not returning response to ajax [closed]
I have a form in several tabs to store patient data, when i click a button i save the data via ajax, and it will automatically go to the next tab
My problem is, the data can be saved in the database, ...
-1
votes
1
answer
30
views
Market share of various mobile screen sizes for responsive design
What percentage of users have various mobile screen sizes? Like, what % have only 320-pixel displays, 375-pixel displays, etc? I couldn't find good stats on the subject (all the articles cite ...
-1
votes
0
answers
17
views
ajax append function success data
I’ve been trying to figure this out for days but i can’t get it to work
I have this piece of code:
form_data. append ("amount", amoun form_data. append ("name" , name)
sajaxli
ur1: ...
-1
votes
0
answers
25
views
How to properly handle and display ASP.NET MVC API validation errors in AJAX responses? [closed]
I’m implementing AJAX-based teacher updates in an ASP.NET MVC 5 application with server-side validation. While my API correctly returns validation errors (e.g., 400 Bad Request with ModelState), I can’...
0
votes
1
answer
37
views
PhantomJS frozen stuck at blank terminal after trying use $.ajax
I have been porting my code to PhantomJs and have been having a hard time with using $.ajax in Jquery. My code runs perfectly when the function call is dropped. I am new-ish to JavaScript other than ...
0
votes
2
answers
80
views
Session variable not updating during loop in PHP?
I'm facing a problem with my app. It's in a JS-PHP environment. I've made a minimal reproduced example below.
script.js:
function postToHandler(){
let xhr = new XMLHttpRequest();
xhr.open(&...
-3
votes
0
answers
10
views
Want to know if there is any standard Media Queries Breaking Point [closed]
Please I want to know if you guys have any breaking point for building designs in media queries, like what is the min/max width for mobiles, tablets or desktop etc. Cause i am confused, i am thinking ...
1
vote
0
answers
36
views
MathJax not rendering equations in WordPress AJAX-loaded content (renders only after manual typesetPromise())
I’m building a custom WordPress plugin that loads math-based questions and answers using AJAX. These questions contain LaTeX-style MathJax expressions (e.g., $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$)...
-3
votes
0
answers
103
views
Why JQuery AJAX POST sends null value? [closed]
I'm new at JQuery-AJAX. I've a form in index.php file. When clicking the first input(id="d_code") it opens a div(id="d_codes") which has been filled with some li tags which have ...
0
votes
0
answers
35
views
Using 0 after selecting form to reset [closed]
I didn’t get why we use 0 after selecting form to rest in jquery?
Can anyone help
I tried on beforeSend method in Ajax jquery, but I found we can reset the total form with reset() option, and can show ...
-3
votes
1
answer
54
views
JavaScript function not returning array [duplicate]
I have an ESRI 3.46 JavaScript application. There are a couple of functions which return data from an API. I am looping through the results and creating an array to be returned to other areas of my ...
-1
votes
0
answers
58
views
Array values discrepancy between backend and frontend [duplicate]
I've been working on a Wordpress plugin to retrieve a directory structure from my server and display it in a webpage. I have a working demo, but there is an issue that I don't understand.
I construct ...
-1
votes
0
answers
69
views
Having trouble with ajax and returning checkbox state(s) and textbox contents to Python [duplicate]
Wondered if anyone could help as I'm having a bit of trouble. I can successfully return the state of an array of checkboxes to Python/Flask. But, I cannot for the life of me return the textbox ...
1
vote
1
answer
60
views
ajax/fetch promise not resolving in Chrome iOS mobile [root cause unrelated]
Similar questions
chrome mobile jquery ajax POST not working = Seems like it should be the same problem, but asker apparently was unable to reproduce after publishing to remote server.
Context
...
1
vote
1
answer
77
views
HTML Details tag load only specific content that is clicked
I am using the wonderful details tag as follows, which expands the content when a link is clicked:
summary::marker {
content: " ";
}
summary {
color: blue;
text-decoration: underline;
cursor: ...