
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.7.2 |
| Plugin version: | 1.1 |
| Added to WordPress repository: | 24-12-2022 |
| Last updated: | 07-03-2025 |
| Rating, %: | 60 |
| Rated by: | 2 |
| Plugin URI: | https://wordpress.org/plugins/ajax-loading/ |
| Total downloads: | 2 293 |
| Active installs: | 10+ |
![]() Click to start download |
|
Enhance your website’s performance and user experience with our Ajax Page Loading Plugin. Load content asynchronously without reloading the page, thanks to the power of AJAX. Enjoy seamless content updates and a smoother browsing experience with lightweight JavaScript implementation—no heavy JS frameworks required.
Key Features:
???? Seamless Content Updates: Load new content without refreshing the entire page, ensuring a fluid and uninterrupted user experience.
???? Lightweight Implementation: Boost your website’s performance with minimal JavaScript, avoiding the bloat of heavy frameworks.
???? Customizable JavaScript Callback: Leverage the wp_ajax_load_complete callback function for tailored JS hooks and custom behaviors.
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
}
Screenshots
ChangeLog
