Περιγραφή
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
}
Εγκατάσταση
Using plugins page
- Go to Plugins -> Add New and search for AJAX Loading.
- Activate the plugin through the ‘Plugins’ screen in WordPress.
- Click the
AJAX Loadinglink located in main menu section to configure the plugin options
Using Manual File System
- Upload
all-in-one-wp-content-security.zipto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Click the
AJAX Loadinglink located in main menu section to configure the plugin options
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“AJAX Loading” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “AJAX Loading” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.1
- Security Update
1.0
- Tested with WordPress 6.4.3
- Minor Fixes
0.2
- Tested with various themes and plugins.
- Bug fixes of JS and CSS animations.
- Added callback function for javascript after page loaded.
0.1
- Initial Public Release
