A super basic test to see if Ajax is working. Creates a form in your wp_footer that returns a message if the ajax call works.
Add to your /wp-content/plugins folder and if your theme is using wp_footer you will see a "Test Ajax" button.
Click the button to run your ajax callback. Successful results will show a short message above the button, if nothing is returned check your error log.