AJAX Loading

plugin banner

This plugin improves your users page experience without reloading pages using AJAX.

Author:Mahesh Thorat (profile at wordpress.org)
WordPress version required:4.5
WordPress version tested:6.4.4
Plugin version:1.1
Added to WordPress repository:24-12-2022
Last updated:21-02-2024
Rating, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/ajax-loading/
Total downloads:1 111
plugin download
Click to start download

Ajax Page Loading Plugin allows you to load content asynchronously without needing to reload the page. This technique, known as AJAX, updates your content seamlessly, providing a smoother user experience. With lightweight JavaScript implementation, this plugin offers enhanced performance without the need for heavy JS frameworks.

JavaScript Callback Function

Use below callback function in your javascript library or you can just directly use * wp_footer * hook for add custom script.

wp_ajax_load_complete = function() {
  // YOUR JS HOOKS
}<h3>Features</h3>- Loads content without reloading pages.

– Lightweight JS used.
– Tested with various plugins and heavy usage sites.


Screenshots
ChangeLog