Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
0 answers
28 views

"AJAX Request Not Working: Listener Indicated Asynchronous Response but Message Channel Closed" Unsure where to go from here [closed]

I'm working on a simple search functionality using jQuery and AJAX. The script is supposed to send a POST request whenever the user types in the search box and display the results in a div below the ...
George N.'s user avatar
-2 votes
1 answer
53 views

JavaScript Uncaught ReferenceError: jsPDF is not defined at HTMLButtonElement.<anonymous> (id.php?userPhone=123:93:23)

I am trying to create a user ID card web page that displays user information which was received via the backend. I also have to add a button below the id card which allows users to download the ID ...
Unusual Catcher's user avatar
-1 votes
3 answers
55 views

How to prevent page to scroll on top when user add a comment on post?

i am trying to make website using Laravel 10 and i have added comment option for users so they can leave comment on any post but the problem is when use add comment on post the page scroll to top even ...
my apps's user avatar
-2 votes
0 answers
24 views

how to upload directory of file in Laravel 10 [duplicate]

I would like to know if it is possible to upload a directory containing files in the application laravel. This simply means that I choose the upload file option then I have the possibility of ...
Simon Thiombiano's user avatar
0 votes
1 answer
46 views

How to get all data that you've uploaded from database through ajax?

I have a database with a table name "Outing". Except id as a primary value, I have 3 columns. These are title, place, and date. Now, I have a html file on how to upload or add info on that ...
user avatar
0 votes
0 answers
38 views

Ajax Response Html with html download links not working and other issue

I'm absolutely not expert on js and html, following the answers and samples of stackoverflow I found a way to publish on my website a external html source. In the external source there are present ...
Val's user avatar
  • 1
0 votes
0 answers
25 views

I cant send data from form

i have a problem with sending data to my mail from form.I have a 2 form in my code, one is for "fizickaLica" one is for "pravnaLica". Now i have js code which send data from first ...
Milan Vidanovic's user avatar
0 votes
1 answer
32 views

BlockUI not defined error issue with ajax

I'm trying to implement blockUI and unBlockUI to update my page accordingly. Almost randomly, it will work without flaw and randomly spit out blockUI not defined in the console. The code works with a ...
acfive's user avatar
  • 1
0 votes
0 answers
26 views

Upload video from mobile phone recording with HDR / HDR10+ metadata trough ajax saturation lost

I'm trying to upload a MP4 video stream from Android/IOS with HDR10+ metadata. The video is transferred to the server as a base64 encoded string, then re-decoded and stored on the file system. Capture ...
metamagikum's user avatar
  • 1,328
1 vote
2 answers
86 views

Trying to stay on the page after submitting, "Failed to fetch" (Used Typescript to write the form)

After trying not to redirect the user that has submitted the form, I had trouble sending the form to my form service. I setup a Formspark form to use on framer.com. Framer.com forces me to use ...
Onur Özalp's user avatar
0 votes
0 answers
16 views

Why is my ajax call is failling and going to .fail function [duplicate]

i would appreciate any help with this issue i am making an ajax call fro. welcome.php file and its failing and i cant figure out the error. i have made similar calls for diffrenet project and they ...
baltej pal's user avatar
-2 votes
1 answer
58 views

Web-scraping from video player

There's an anime website with several web-players in <iframe>-tag. I can easily find direct video link using "Network" from devtools. I need to download source video from web-player so ...
coldheart's user avatar
0 votes
1 answer
67 views

Trigger Elementor Pop Up using JavaScript

I am new here and not a lot of coding experience, I am creating an interactive "Building" image map using image map pro plugin in Wordpress, the goal is to have a shape trigger an Elementor ...
David Granados's user avatar
0 votes
0 answers
71 views

How to run X-frame-option deny/sameorigin on a website (Iframe)

I need to showcase a certain site with work instructions in an Iframe container or any sort of container on HTML. On that certain website frame options are set to same-origin or deny. Is there a ...
Tim's user avatar
  • 1
0 votes
2 answers
38 views

Ajax request not completed, values not reflected in database

I am trying to create editable table, I am using ajax request for the same by following a tutorial over youtube, but the ajax request to save the changes after editing the table seems to fail, please ...
UncannyHarmony's user avatar

15 30 50 per page
1
2 3 4 5
1567