Skip to main content
-1 votes
0 answers
44 views

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(){ ...
Samyar's user avatar
  • 7
-6 votes
0 answers
50 views

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 ...
Joshua P's user avatar
0 votes
2 answers
63 views

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 ...
Aswinth's user avatar
1 vote
1 answer
85 views

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( ...
someguy's user avatar
  • 29
0 votes
1 answer
88 views

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....
derpirscher's user avatar
  • 17.7k
0 votes
2 answers
78 views

I have an .aspx web form. When Ajax Calendar is changed, I'm not being able to capture date since there is no Selection_changed event firing. I tried to fire one, but that is also not working. Not ...
SilverFish's user avatar
  • 1,108
1 vote
1 answer
48 views

I'm trying to make 3 sequential GET requests using RxJS ajax operator. If one of the ajax requests throws an error(404 status code, for example), the rest won't execute. Is it possible pipeline to ...
Igor's user avatar
  • 374
1 vote
0 answers
134 views

I am trying to pass a javascript array of objects to a .NET controller action List<> parameter. Below is my C# public bool ImportACE([FromBody] List<Element> elements) { foreach(...
NerdyDriod's user avatar
0 votes
4 answers
65 views

I am trying to use a javascript form to submit data to a server I control. The form works great and the data is submitted to the server, but I can't get the javascript success and fail subroutines to ...
James B's user avatar
  • 53
0 votes
1 answer
48 views

I’m working on a legacy single-page application that uses AJAX to load different internal views. After recent browser updates the Browser Back Button stopped behaving as expected. The current problem: ...
z3po's user avatar
  • 149
0 votes
1 answer
71 views

I have a Featured Collection section in the Dawn theme. I want to add tabs like “Boy Shirt”, “Boy Pants” and dynamically load products when clicking a tab without refreshing the page. I tried using ...
jubaer hossain maruf's user avatar
0 votes
0 answers
49 views

I have created a custom login modal for my wordpress site. In seems to be working on the surface, as in it logs in correctly, the admin bar appears at the top on page refresh and I'm able to access ...
poncho's user avatar
  • 1,150
0 votes
0 answers
55 views

I'm using laravel 8 with SESSION_DRIVER=file I have code that run like below, and I have a problem why the recursive not extending the expired time of session? Each process take 30sec, but after ...
Cahya Purnama's user avatar
0 votes
0 answers
28 views

I am getting crazy about this issue that I can not figure out. I have these two URLs, the first one is a dirty one the second is a Helicon ISAPI 3 rewritten, nice URL. http://nova.exclusive-immo.hu/...
Ayac's user avatar
  • 23
0 votes
0 answers
132 views

I’m comparing two ways of rendering HTML structures with data from PHP + MySQL. Option 1: SSR (Server-Side Rendering) PHP builds the HTML and returns it directly: PHP: else if(isset($_POST["...
Be Always Mine's user avatar

15 30 50 per page
1
2 3 4 5
14731