=== Plugin Name === Contributors: jocke_gbg Tags: tutorial, json, ajax Requires at least: 3.0 Tested up to: 3.3.1 Stable tag: trunk Simple AJAX tutrial how to build a plugin on a good structure. == Description == When creating plugins nowadays it is very common that you want to use AJAX functions to get a better user experience. WordPress has built-in support in admin that can be used on your plugins. However sometimes you need very specific requests to get the result you need. This is a tutorial plugin that shows you a good structure for a starting process of your plugin. Find more useful tips and plugins: [Ultimate web tips](http://www.ultimatewebtips.com/ "More Wordpress plugins") == Installation == This is not for public use, only for developers to see in an easy way how it could be done. == Frequently Asked Questions == == Changelog == = 1.0 = * Released