Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.

Simple AJAX Form

Beschreibung

This plugin requires is just the front end javascript library, the following two things to be done in support:
1. Add the class ’simpleajaxform‘ to your form.
2. Make sure you have the correct wp_ajax handler hook defined.

It was primarily built as an example for a blog post.

Installation

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‚Plugins‘ menu in WordPress
  3. Add ’simpleajaxform‘ class to your form.
  4. Build wp_ajax hook to handle form.

FAQ

Have you been asked any questions yet?

No

Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

Mitwirkende & Entwickler

„Simple AJAX Form“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

Übersetze „Simple AJAX Form“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.0

  • First release