Tento plugin nebol testovaný s najnovšími 3 hlavnými vydaniami WordPress. Už nemusí byť udržiavaný alebo podporovaný a môže mať problémy s kompatibilitou pri použití s novšími verziami WordPress.

Simple AJAX Form

Popis

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.

Inštalácia

  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.

Časté otázky

Have you been asked any questions yet?

No

Recenzie

Pre tento plugin nie sú žiadne recenzie.

Prispievatelia a vývojári

“Simple AJAX Form” je softvér s otvoreným zdrojovým kódom. Do tohto pluginu prispeli nasledujúci ľudia.

Prispievatelia

Zoznam zmien

1.0

  • First release