make active selector more specific #2043 and rebuild
This commit is contained in:
parent
4a276b1620
commit
2d3a0babd2
7 changed files with 31 additions and 18 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue