Skip to content

supercleanse/wp-ajax-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WP AJAX Examples

Written for Blair Williams's SLC WordCamp 2013 talk 'Using AJAX in WordPress'.

Slides are available for this talk at: http://blairwilliams.com/slcwc2013

Examples

Admin (examples/AjexAdmin.php)

This example illustrates how you'd go about putting together some dynamic AJAX based user interfaces on the back end of WordPress.

This example shows how to put together a simple, dynamic list. Items in this list can be added, edited, and removed without submitting any kind of form post.

Front-End (examples/AjexFrontEnd.php)

This example illustrates how you'd go about putting together some dynamic AJAX based user interfaces on the front end of WordPress.

This example creates a simple shortcode that, when placed on a page loads up the appropriate scripts and pulls the information directly from the database to display.

About

AJAX Examples for WordPress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published