From 4e9be3a33fe8d1a7dec8f2a2ad657a9089f9a28a Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Sat, 24 Aug 2013 21:20:31 -0500 Subject: [PATCH] start events section --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cb1656df6f..a649779c58 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,13 @@ Framework! python -m SimpleHTTPServer 8000 - http://localhost:8000/example/ \ No newline at end of file + http://localhost:8000/example/ + + +## Events + +__navbegin__: The user clicked an internal webapp link, which triggers this event before the next page is either requested or retrieved from the cache. + +__pageshow__: A page has been requested by the user, the new page was received from the server or cache, it has been placed into the DOM, and the page transition has completed, and the old page was removed from the DOM. + +__ready__: The DOM is ready.