Readme Formatting

This commit is contained in:
Timothy Warren 2011-07-26 15:38:15 -04:00
parent da22f46b89
commit c1528a0b8b
1 changed files with 70 additions and 70 deletions

View File

@ -16,7 +16,7 @@ Browser support: IE8+, Latest versions of Firefox, Chrome, Safari, Opera
* Function: `$_(selector).module.function(params);`
## Official Modules: ##
### Global ###: Core functions
### Global: Core functions ###
properties:
@ -39,7 +39,7 @@ functions:
Adds 'zip' function to $_.
### Ajax ###: simple, jQuery-like ajax functions
### Ajax: simple, jQuery-like ajax functions ###
functions:
@ -51,9 +51,9 @@ functions:
Use:
$_.post(url, data_object, callback);
### QS ###: querystring parsing and serialization for hashbang strings, and pushState urls
### QS: querystring parsing and serialization for hashbang strings, and pushState urls ###
functions:
**functions:**
* Parse:
Use:
@ -67,9 +67,9 @@ functions:
Use:
$_.qs.get(key);
### Store ###: localstorage wrapper with automatic data serialization
### Store: localstorage wrapper with automatic data serialization ###
functions:
**functions:**
* Get:
Use:
@ -84,9 +84,9 @@ functions:
$_.store.getAll();
### Event ###: wrapper for applying events to DOM objects
### Event: wrapper for applying events to DOM objects ###
functions:
**functions:**
*Add:
Use:
@ -96,9 +96,9 @@ functions:
Use:
$_(selector).event.remove(event, callback);
### DOM ###: Dom manipulation module
### DOM: Dom manipulation module ###
functions:
**functions:**
*addClass:
Use: