diff options
| author | Jacob Thornton <[email protected]> | 2012-06-02 22:10:35 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-06-02 22:10:35 -0700 |
| commit | 2d3a0babd242d7eebe09cf3f4daad38e2d7df6ee (patch) | |
| tree | f1152d3b0c2cd04b65dcfaceed8f54960a0c1e51 /docs/javascript.html | |
| parent | 4a276b1620f84da7343635731f6b3dbfa301d381 (diff) | |
| download | bootstrap-2d3a0babd242d7eebe09cf3f4daad38e2d7df6ee.tar.xz bootstrap-2d3a0babd242d7eebe09cf3f4daad38e2d7df6ee.zip | |
make active selector more specific #2043 and rebuild
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index f966ba203..8104219c4 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -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"> |
