Beskriuwing
This is typically achieved with a technique called AJAX. This technique loads data asynchronously (in the background) so it can update your content without needing to reload the page. Rather than heavy JS framework you can re valuate your current site by adding this plugin.
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
}
PLUGIN FEATURES
Loads content without reloading pages.
Lightweight JS used.
Tested with various plugins heavy usage sites.
Ynstallaasje
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 Loading
link located in main menu section to configure the plugin options
Using Manual File System
- Upload
all-in-one-wp-content-security.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Click the
AJAX Loading
link located in main menu section to configure the plugin options
Resinsjes
D'r binne gjin resinsjes foar dizze plugin.
Meiwurkers & amp; Untwikkelders
"AJAX Loading" is iepen boarne software. De folgjende minsken hawwe bydroegen oan dizze plugin.
MeiwurkersOersette "AJAX Loading" yn jo taal.
Ynteressearre yn ûntwikkeling?
Blêdzje troch de koade , besjoch de SVN-repository , of abonnearje op it ûntwikkelingslogboek troch RSS .
Feroaringslog
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