An open API service indexing awesome lists of open source software.

https://github.com/usagi/ajax_sample

AJAX sample with jQuery for students
https://github.com/usagi/ajax_sample

Last synced: 16 days ago
JSON representation

AJAX sample with jQuery for students

Awesome Lists containing this project

README

          

# AJAX sample with jQuery

## これなーに

とある学生たちのチームのプロジェクト演習のヘルプとしてでっちあげたAJAXするさんぷる。

![screenshot](screenshot.png)

## 要件

- httpd(Apache2とか)で
- php(5.4可)をつこうて
- ウェブブラウザーベースの
- ちょっとしたアプリに応用できそうなAJAXのサンプルつくれ
- サーバーサイドで計算する電卓もおまけでよろしくオナシャス!

…とかそういう感じのヘルプ依頼があって作ったでござる。

## このサンプルの試し方

1. `php -S 0.0.0.0:10080` して、
2. ウェブブラウザーでアクセス
3. 電卓を叩きながらウェブサーバーのログを見れ

## Copyright and License

好きに使うが良い。

©2013 Wonder Rabbit Project / Usagi Ito. License is CC0