Title: AHAX
Author: veloper
Published: <strong>15 Απριλίου  2011</strong>
Last modified: 15 Απριλίου  2011

---

Αναζήτηση πρόσθετων

Αυτό το πρόσθετο **δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress**.
Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας
με τις πιο πρόσφατες εκδόσεις του WordPress.

![](https://s.w.org/plugins/geopattern-icon/ahax.svg)

# AHAX

 Από [veloper](https://profiles.wordpress.org/veloper/)

[Λήψη](https://downloads.wordpress.org/plugin/ahax.1.0.zip)

 * [Λεπτομέρειες](https://el.wordpress.org/plugins/ahax/#description)
 * [Κριτικές](https://el.wordpress.org/plugins/ahax/#reviews)
 *  [Εγκατάσταση](https://el.wordpress.org/plugins/ahax/#installation)
 * [Ανάπτυξη](https://el.wordpress.org/plugins/ahax/#developers)

 [Υποστήριξη](https://wordpress.org/support/plugin/ahax/)

## Περιγραφή

AHAX is a drop-in solution that allows theme or plug-in developers to take advantage
of a very simple and streamlined way of making AJAX requests.

The goal of this plugin is to make the process of setting up an AJAX request as 
simple as possible.

This plugin centers AJAX requests around an “action.” This action is “bound” to 
a function (handler) on the back-end and called to from front-end via a custom JavaScript
class method — this process is demonstrated below.

#### Back-End

    ```
    ahax::bind( 'get_random_number', 'generate_number' ); function generate_number($output) {     $max = abs( ( int ) $_POST['max'] );     $output = mt_rand( 0 , ( $max <= 1000 ? $max : 1000 ) );     return $output; } 
    ```

#### Front-End

    ```
    var ahax = new AHAX(); ahax.post( 'get_random_number', { max : 1000 }, function( response ) {     jQuery( '#ahax_number' ).html( response ); }); 
    ```

#### Website

http://dan.doezema.com/2011/04/ahax-wordpress-plugin

#### Author

[Daniel Doezema](http://dan.doezema.com)

## Εγκατάσταση

 1. Upload `ahax` plugin directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Συχνές Ερωτήσεις

#### Where can I get more information on AHAX?

There is an extensive blog post — with a live example — located here: http://dan.
doezema.com/2011/04/ahax-wordpress-plugin

## Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

## Συνεισφέροντες & Προγραμματιστές

“AHAX” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία
του.

Συντελεστές

 *   [ veloper ](https://profiles.wordpress.org/veloper/)

[Μεταφράστε το “AHAX” στην γλώσσα σας.](https://translate.wordpress.org/projects/wp-plugins/ahax)

### Ενδιαφέρεστε για την ανάπτυξη;

[Περιηγηθείτε στον κώδικα](https://plugins.trac.wordpress.org/browser/ahax/), ανατρέξτε
στο [αποθετήριο SVN](https://plugins.svn.wordpress.org/ahax/) ή εγγραφείτε στο [αρχείο καταγραφής αλλαγών ανάπτυξης](https://plugins.trac.wordpress.org/log/ahax/)
μέσω [RSS](https://plugins.trac.wordpress.org/log/ahax/?limit=100&mode=stop_on_copy&format=rss).

## Μεταστοιχεία

 *  Version **1.0**
 *  Τελευταία ενημέρωση: **πριν από 15 έτη**
 *  Ενεργές εγκαταστάσεις: **Λιγότερες από 10**
 *  Έκδοση WordPress: ** 2.8 ή νεότερη **
 *  Δοκιμασμένο μέχρι: **3.1.4**
 *  Language
 * [English (US)](https://wordpress.org/plugins/ahax/)
 * Ετικέτες:
 * [Action](https://el.wordpress.org/plugins/tags/action/)[ajax](https://el.wordpress.org/plugins/tags/ajax/)
   [bind](https://el.wordpress.org/plugins/tags/bind/)[dependancy](https://el.wordpress.org/plugins/tags/dependancy/)
   [development](https://el.wordpress.org/plugins/tags/development/)[javascript](https://el.wordpress.org/plugins/tags/javascript/)
   [public](https://el.wordpress.org/plugins/tags/public/)[theme](https://el.wordpress.org/plugins/tags/theme/)
 *  [Σύνθετη Προβολή](https://el.wordpress.org/plugins/ahax/advanced/)

## Αξιολογήσεις

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ahax/reviews/#new-post)

[Δείτε όλες τις κριτικές](https://wordpress.org/support/plugin/ahax/reviews/)

## Συντελεστές

 *   [ veloper ](https://profiles.wordpress.org/veloper/)

## Υποστήριξη

Έχετε κάτι να πείτε; Χρειάζεστε βοήθεια;

 [Φόρουμ υποστήριξης](https://wordpress.org/support/plugin/ahax/)