mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
fix #12527
This commit is contained in:
@@ -548,6 +548,10 @@ $('#myModal').on('hidden.bs.modal', function (e) {
|
|||||||
{% highlight js %}
|
{% highlight js %}
|
||||||
$('.dropdown-toggle').dropdown()
|
$('.dropdown-toggle').dropdown()
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
<div class="bs-callout bs-callout-info">
|
||||||
|
<h4><code>data-toggle="dropdown"</code> still required</h4>
|
||||||
|
<p>Regardless of whether you call your dropdown via JavaScript or instead use the data-api, <code>data-toggle="dropdown"</code> is always required to be present on the dropdown's trigger element.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<h3>Options</h3>
|
<h3>Options</h3>
|
||||||
<p><em>None</em></p>
|
<p><em>None</em></p>
|
||||||
|
|||||||
Reference in New Issue
Block a user