Commit b4aaf04b authored by Mark Otto's avatar Mark Otto

Merge pull request #12319 from twbs/address-12007

Clarify target of dropdown events
parents 16bbcd7a bc933565
...@@ -566,6 +566,7 @@ $('.dropdown-toggle').dropdown() ...@@ -566,6 +566,7 @@ $('.dropdown-toggle').dropdown()
<p>Toggles the dropdown menu of a given navbar or tabbed navigation.</p> <p>Toggles the dropdown menu of a given navbar or tabbed navigation.</p>
<h3>Events</h3> <h3>Events</h3>
<p>All dropdown events are fired at the <code>.dropdown-menu</code>'s parent element.</p>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment