From 934223c69f82641e055b5e152e037cb978ba4a53 Mon Sep 17 00:00:00 2001 From: Harry Hornreich Date: Tue, 5 Jul 2011 11:08:53 +0300 Subject: [PATCH] added triggering of popoverOpened & popoverClosed events --- README.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rdoc b/README.rdoc index d1a6b96..10aaa7f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -96,6 +96,9 @@ Options description: == Supported events +When a popover is opened it triggers a document popoverOpened event and when a popover is closed +it triggers a document popoverClosed event. + You can programmatically open and close a popover by using the following: $('#button').trigger('showPopover');