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

All Questions

Tagged with
-4 votes
0 answers
21 views

Using ajax and js pop up message is coming undefined [closed]

Pop up message is showing undefined code is correct but I have changed so many times See I want in pop up that message texted successful but when I am refreshing then also it is coming undefined plz ...
darshan jadhav's user avatar
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
0 votes
1 answer
30 views

How properly to integrate part of the JS code of the save button for the output script

Good day. I'm trying to transfer the Opencart module, I've done everything, but I can't integrate part of the JS code of the save button for the output script on the main page. All this works through ...
Den4will's user avatar
0 votes
0 answers
50 views

TYPO3 object is undefined in the JavaScript file

I am trying to make an Ajax request to the backend, but I get the error Uncaught ReferenceError: TYPO3 is not defined which is caused by this line : const url = TYPO3.settings.ajaxUrls['...
pixilatedDev's user avatar
0 votes
1 answer
30 views

Issues Implementing AJAX Autocomplete in WordPress Admin with Select2

I'm trying to implement an autocomplete feature in my WordPress admin area using Select2 and AJAX. However, I'm having trouble getting the AJAX requests to work correctly. PHP Code to Handle the AJAX ...
Matteo Didonè's user avatar
-2 votes
1 answer
42 views

Ajax is not working without refreshing the page [closed]

Ajax is not working without refreshig the page to make it work.I am coding an ecommerce website in django and need to show quantity of products in the cart but it dont show quantity without refresh ...
Mohi's user avatar
  • 3
0 votes
1 answer
38 views

How to Display Item Quantity Based on Product Selection in Laravel 11?

How to display the quantity of items from the 'item_amount' column when a product name is selected from the 'item_name' selector in Laravel 11, based on the data in the database? Database id ...
Yuda AdyaJudha's user avatar
-3 votes
0 answers
21 views

javascript 403 forbidden wilayah codeigniter 4 [closed]

Mohon bantuannya untuk mengatasi javascript wilayah View: <select name="prov" class="form-control" id="provinsi"> <option value=""><?= $prov ?...
Daarud Dhiyaafah'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
0 answers
40 views

Empty cache and weird first page loads on symfony 7.1

In my symfony 7.1 (php 8.3) application, on the registration page, the first attempt to submit the form always results in a console error message "turbo.index-810f44ef1a202a441e4866b7a4c72d11.js:...
RoZx93's user avatar
  • 1
0 votes
0 answers
23 views

WooCommerce wc_fragment_refresh fragment

I’m trying to figure out how to access the html fragment returned by the min-cart template when retrieved by the WooCommerce wc_fragment_refresh event. The filter function in this solution isn't ...
Rip's user avatar
  • 49
0 votes
0 answers
20 views

accessing html fragment returned by WooCommerce wc_fragment_refresh [duplicate]

I’m trying to figure out how to access the html fragment returned by the min-cart template when retrieved by the WooCommerce wc_fragment_refresh event. I’d like to update several custom attributes in ...
Rip's user avatar
  • 49
-1 votes
1 answer
30 views

Update Dom With Result from Ajax with Action Event Not Working

I'm Developing a Comment Replay System As any Social Media website But Using YII2 Framework I Created Wedget To Show a list of Comments On Some Items ( like products ) Each Comment is With button &...
عماد الصلاحي's user avatar
3 votes
2 answers
65 views

How can I populate Textfield using php ajax in each row of a table upon change of another textfield within the row

I have a javascript where upon click of a button a row with two cells is added to the table. One cell has a livesearch textfield and the another cell has a quantity textfield, whose value suppose to ...
GoodNews Carrier's user avatar
1 vote
0 answers
67 views

Multiple requests being made from a single click

There is a duplicate request issue that affects staff members at our company. I am unable to replicate it in our development environment (or in production for that matter, but I work from home so ...
Antonio Agiste's user avatar

15 30 50 per page
1
2 3 4 5
6887