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

Commit

Permalink
events example added (#56)
Browse files Browse the repository at this point in the history
An event example added to reduce users confusion
  • Loading branch information
bagherani authored and itsjavi committed Dec 2, 2017
1 parent f2b58db commit 9107501
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -49,6 +49,13 @@ In order of call:
* iconpickerDestroy
* iconpickerDestroyed

```javascript
// Bind iconpicker events to the element
$('.my').on('iconpickerSelected', function(event){
/* event.iconpickerValue */
});
```

## Popover placement extensions

This plugin comes with more placement options than the original Bootstrap Popover.
Expand Down

0 comments on commit 9107501

Please sign in to comment.