Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kulbida committed Apr 16, 2015
1 parent cc0bc18 commit a726c62
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
@@ -1,8 +1,10 @@
# jexpandable
##usage
``HTML
<div data-object='expandable' data-text='{{ payment.notes }}' />
``
in HTML
````
<div data-object='expandable' data-text='{{ notes }}' />
````

```
$('[data-object="expandable"]').jexpandable();
```
Expand Down

0 comments on commit a726c62

Please sign in to comment.