From 76f0d0ff32b6946dbd8c667a517a4deb69ad8890 Mon Sep 17 00:00:00 2001 From: fat Date: Sun, 29 Dec 2013 18:57:22 -0800 Subject: fixes #11373 - adds related target to dropdown events --- javascript.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'javascript.html') diff --git a/javascript.html b/javascript.html index 9c17c555e..375dcf897 100644 --- a/javascript.html +++ b/javascript.html @@ -570,19 +570,19 @@ $('.dropdown-toggle').dropdown() show.bs.dropdown - This event fires immediately when the show instance method is called. + This event fires immediately when the show instance method is called. The toggling anchor element is available as the relatedTarget property of the event. shown.bs.dropdown - This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete). + This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete). The toggling anchor element is available as the relatedTarget property of the event. hide.bs.dropdown - This event is fired immediately when the hide instance method has been called. + This event is fired immediately when the hide instance method has been called. The toggling anchor element is available as the relatedTarget property of the event. hidden.bs.dropdown - This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete). + This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete). The toggling anchor element is available as the relatedTarget property of the event. -- cgit v1.2.3