Skip to main content

Questions tagged [ajax]

AJAX (Asynchronous JavaScript and XML) is a technique for creating interactive website user interfaces without the traditional web page refresh or reload. It uses asynchronous data exchange between client and server to update displayed information and respond to user interactions seamlessly. Include additional tags for programming languages, libraries, frameworks, web browsers, protocols and other environmental information.

ajax
0 votes
0 answers
25 views

Browser's behavior UTF-8 page with non UTF-8 character (ERROR by ajax) XML Parsing Error: not well-formed

We are developing some JSF web applications with PrimeFaces. It is possible in inputText to copy paste text with non UTF-8 character like this: xx￾xxx and save the page. But there is an error in the ...
László Tóth's user avatar
2 votes
1 answer
49 views

Clear WooCommerce Custom Fees on shipping method change

I'm implementing some additional fields and fees on the Woocommerce Checkout Page depending on the chosen shipping method. I'm stuck when I try to clear all fees when user changes the chosen shipping ...
user520300's user avatar
  • 1,527
0 votes
0 answers
43 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
3 answers
40 views

Ajax post call to Controller method keeps saying 400 Bad Request

I am trying to make an Ajax post call to a method in my HomeController but I keep getting 400 Bad Request error. This is the ajax call $.ajax({ url: '/home/findareacode', contentType: '...
Afz's user avatar
  • 77
0 votes
0 answers
22 views

DataTable Column Value as Variable to another DataTable

How can i give a column variable out of a datatable to another datatable ? I have a datatable and if i click a column opens a new datatable with data based of the first datatable. var table1 = new $('#...
x.oli's user avatar
  • 1
0 votes
1 answer
25 views

Uncaught ReferenceError: javascriptFunction is not defined at HTMLAnchorElement.onclick exception

I try to implement a simple calendar in ASP.NET MVC 4. Its aim is to view a day and schedule meetings among different units of an organization. I am getting "Uncaught ReferenceError: GetDayViewJS ...
tahasozgen's user avatar
0 votes
1 answer
28 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
41 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
37 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
-1 votes
1 answer
39 views

Please help fixing AJAX Internal Server Error 500 on WordPress site [closed]

I'm using WP j 0 b s t e r theme version 5 . 8 . 5 and there is this one function like fb messenger, when a user send a message to another user, the new message should appear without refresing the ...
N00b's user avatar
  • 1
-2 votes
0 answers
20 views

javascript 403 forbidden wilayah codeigniter 4

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
52 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
0 votes
0 answers
18 views

Ajax Pagination 404 not found in Wordpress

I create a theme and want to make ajax pagination for my blog page. Actually, from page 1 to 5 its working normally. But why from page 6 to the end of pagination, have 404 not found? If you think, &...
Hendra's user avatar
  • 113
-1 votes
0 answers
37 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

15 30 50 per page
1
2 3 4 5
14786