mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-06 23:57:36 +02:00
typos
This commit is contained in:
parent
cd7250d6a8
commit
2c540b7e33
@ -131,13 +131,13 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
<p>To keep URLs intact, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p>
|
<p>To keep URLs intact with link buttons, use the <code>data-target</code> attribute instead of <code>href="#"</code>.</p>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button id="dLabel" type="button" data-toggle="dropdown">Dropdown trigger</button>
|
<a id="dLabel" data-target="#" href="http://example.com" type="button" data-toggle="dropdown">
|
||||||
Dropdown
|
Dropdown trigger
|
||||||
<span class="caret"></span>
|
<span class="caret"></span>
|
||||||
</button>
|
</a>
|
||||||
|
|
||||||
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
|
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user