Readme Formatting
This commit is contained in:
parent
da22f46b89
commit
c1528a0b8b
20
README.md
20
README.md
@ -16,7 +16,7 @@ Browser support: IE8+, Latest versions of Firefox, Chrome, Safari, Opera
|
|||||||
* Function: `$_(selector).module.function(params);`
|
* Function: `$_(selector).module.function(params);`
|
||||||
|
|
||||||
## Official Modules: ##
|
## Official Modules: ##
|
||||||
### Global ###: Core functions
|
### Global: Core functions ###
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ functions:
|
|||||||
Adds 'zip' function to $_.
|
Adds 'zip' function to $_.
|
||||||
|
|
||||||
|
|
||||||
### Ajax ###: simple, jQuery-like ajax functions
|
### Ajax: simple, jQuery-like ajax functions ###
|
||||||
|
|
||||||
functions:
|
functions:
|
||||||
|
|
||||||
@ -51,9 +51,9 @@ functions:
|
|||||||
Use:
|
Use:
|
||||||
$_.post(url, data_object, callback);
|
$_.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:
|
* Parse:
|
||||||
Use:
|
Use:
|
||||||
@ -67,9 +67,9 @@ functions:
|
|||||||
Use:
|
Use:
|
||||||
$_.qs.get(key);
|
$_.qs.get(key);
|
||||||
|
|
||||||
### Store ###: localstorage wrapper with automatic data serialization
|
### Store: localstorage wrapper with automatic data serialization ###
|
||||||
|
|
||||||
functions:
|
**functions:**
|
||||||
|
|
||||||
* Get:
|
* Get:
|
||||||
Use:
|
Use:
|
||||||
@ -84,9 +84,9 @@ functions:
|
|||||||
$_.store.getAll();
|
$_.store.getAll();
|
||||||
|
|
||||||
|
|
||||||
### Event ###: wrapper for applying events to DOM objects
|
### Event: wrapper for applying events to DOM objects ###
|
||||||
|
|
||||||
functions:
|
**functions:**
|
||||||
|
|
||||||
*Add:
|
*Add:
|
||||||
Use:
|
Use:
|
||||||
@ -96,9 +96,9 @@ functions:
|
|||||||
Use:
|
Use:
|
||||||
$_(selector).event.remove(event, callback);
|
$_(selector).event.remove(event, callback);
|
||||||
|
|
||||||
### DOM ###: Dom manipulation module
|
### DOM: Dom manipulation module ###
|
||||||
|
|
||||||
functions:
|
**functions:**
|
||||||
|
|
||||||
*addClass:
|
*addClass:
|
||||||
Use:
|
Use:
|
||||||
|
Loading…
Reference in New Issue
Block a user