5 questions from the last 30 days
-1 votes
0 answers
44 views
ajax request in django
I implemented the post like feature using ajax in the Django project, but it doesn't work. And it gives a 404 error in the console. template.html <script> $(document).ready(function(){ ...
-6 votes
0 answers
50 views
How to Make Book/Check Button Trigger Popup on Page 2+ in Traveler WP Search Results [closed]
I use the Traveler WP theme by ShineThemes. My test site is: https://experiences.reimagine.link/search-solo/ To increase conversions, I added a Book Now button to every tour listing. The button opens ...
0 votes
2 answers
63 views
My Ajax web method call in C# keeps showing an error: "401 Unauthorized"
I'm trying to call a simple static WebMethod in my ASP.NET Webforms page using jQuery Ajax, but it doesn't seem to be working. I've tried enabling anonymous authentication and other fixes suggested ...
1 vote
1 answer
85 views
getting a 400 error with wordpress ajax call and I don't know why
I know this has been asked 1000 times already, but I'm not seeing anything wrong in my code and am still getting a 400 error (XHR). Here is the code from my plugin: require_once( plugin_dir_path( ...
0 votes
1 answer
88 views
Downloading file via ajax throws security error in browser in Preact web app
I'm trying to rewrite an old HTML and plain JS frontend project using Vite and Preact. I created the project as suggested in the Getting Started docs via: npm init preact The basics seem to work fine....