This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

AJAX Loading

विवरण

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.

स्क्रिनसटहरू

  • A general view of the plugin "options" page.

स्थापना

Using plugins page

  1. Go to Plugins -> Add New and search for AJAX Loading.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Click the AJAX Loading link located in main menu section to configure the plugin options

Using Manual File System

  1. Upload all-in-one-wp-content-security.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Click the AJAX Loading link located in main menu section to configure the plugin options

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“AJAX Loading” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

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