Skip to content
/ ajaxdemo Public

A demonstration of using ajax for form submission and the difference between json and html responses

Notifications You must be signed in to change notification settings

robap/ajaxdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a project used to demonstrate a simple single page application which uses ajax to POST a form and load the result using ajax. The results can be loaded using json or html. Additionally, the application falls back to traditional POST-reload behavior if javascript is disabled.

Install

git clone https://github.com/robap/ajaxdemo.git
cd ajaxdemo
curl -s https://getcomposer.org/installer | php
php composer.phar install

About

A demonstration of using ajax for form submission and the difference between json and html responses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages