Updated readme file

This commit is contained in:
Timothy Warren 2011-11-01 20:57:22 -04:00
parent 8bc99c465b
commit fe829d75cd
1 changed files with 8 additions and 0 deletions

View File

@ -95,6 +95,14 @@ functions:
* Remove
$_(selector).event.remove(event, callback);
* Live: (for elements that are dynamically added and removed)
$_.event.live(selector, event, callback);
* Delegate:
$_(selector).delegate(target, event, callback);
### DOM: Dom manipulation module ###