small tweaks to docs

This commit is contained in:
Leo Horie 2016-12-01 01:49:19 -05:00
parent c5c18f9231
commit 87dcbbf5c7
19 changed files with 308 additions and 75 deletions

View file

@ -1,13 +1,13 @@
# withAttr(attrName, callback)
- [API](#api)
- [Signature](#signature)
- [How to use](#how-to-use)
- [Predictable event target](#predictable-event-target)
- [Attributes and properties](#attributes-and-properties)
---
### API
### Signature
Creates an event handler. The event handler takes the value of a DOM element's property and calls a function with it as the argument.