Description
AJAX Page Loader is a lightweight plugin that dynamically loads page content via AJAX with an integrated loading indicator.
Installation
- Upload the
lazy-loading-and-navigation
folder to your/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- To initiate an AJAX page load, call the function
AjaxPageLoader.loadPage('your-url')
in your custom JavaScript code.
FAQ
-
How do I use the plugin?
-
Call the JavaScript method
AjaxPageLoader.loadPage(url)
(where url is the page you want to load) from your theme or custom scripts. -
Where is the loading indicator?
-
The plugin injects a simple loading indicator into your page. You can style it further by targeting the
#loading
element in your CSS.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Lazy Loading and Navigation” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Lazy Loading and Navigation” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
- Initial release.