Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
Updated gem to version 1.2.0, added manual binding and rebinding on a…
Browse files Browse the repository at this point in the history
…jax error
  • Loading branch information
TrevorHinesley committed Jun 13, 2014
1 parent da942f4 commit d6e5cc7
Show file tree
Hide file tree
Showing 3 changed files with 245 additions and 223 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,14 @@ click_to_edit @friend,
submit_on_blur: true
```

#### REBINDING

Simply call abracadabra's jQuery function:

```javascript
$.abracadabra();
```

## Configuration

Abracadabra allows some customization. If you would like to change what icon classes are used for the `submit`, `cancel`, and `delete` icons, you can change them globally.
Expand Down
Loading

0 comments on commit d6e5cc7

Please sign in to comment.