mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
make active selector more specific #2043 and rebuild
This commit is contained in:
@@ -1454,9 +1454,9 @@ $('.carousel').carousel({
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>source</td>
|
||||
<td>array</td>
|
||||
<td>array, function</td>
|
||||
<td>[ ]</td>
|
||||
<td>The data source to query against.</td>
|
||||
<td>The data source to query against. May be an array of strings or a function. The function is passed two arguments, the <code>query</code> value in the input field and the <code>process</code> callback. The function may be used synchronously by returning the data source directly or asynchronously via the <code>process</code> callback's single argument.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>items</td>
|
||||
@@ -1497,6 +1497,7 @@ $('.carousel').carousel({
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Footer
|
||||
================================================== -->
|
||||
<footer class="footer">
|
||||
|
Reference in New Issue
Block a user