Skip to content

Commit

Permalink
added triggering of popoverOpened & popoverClosed events
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhorn committed Jul 5, 2011
1 parent 97850ad commit 934223c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rdoc
Expand Up @@ -96,6 +96,9 @@ Options description:

== Supported events

When a popover is opened it triggers a document <tt>popoverOpened</tt> event and when a popover is closed
it triggers a document <tt>popoverClosed</tt> event.

You can programmatically open and close a popover by using the following:

$('#button').trigger('showPopover');
Expand Down

0 comments on commit 934223c

Please sign in to comment.