diff options
| author | fat <[email protected]> | 2013-07-25 23:57:21 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-07-25 23:57:21 -0700 |
| commit | 778f3a3df7b2ff98fc698f75c6c804e708bea93a (patch) | |
| tree | 40e594e7bdece2f3e275c66e76a6900567ff6f77 /javascript.html | |
| parent | 7ae8db8b7e11f0f4f735a711301750743e179bd5 (diff) | |
| download | bootstrap-778f3a3df7b2ff98fc698f75c6c804e708bea93a.tar.xz bootstrap-778f3a3df7b2ff98fc698f75c6c804e708bea93a.zip | |
update docs a bit more for affix
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 53bd00cd9..0259108d7 100644 --- a/javascript.html +++ b/javascript.html @@ -1767,7 +1767,7 @@ $('#myCarousel').on('slide.bs.carousel', function () { <td>offset</td> <td>number | function | object</td> <td>10</td> - <td>Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To listen for a single direction, or multiple unique offsets, just provide an object <code>offset: { top: 10 }</code>. Use a function when you need to dynamically provide an offset (useful for some responsive designs).</td> + <td>Pixels to offset from screen when calculating position of scroll. If a single number is provided, the offset will be applied in both top and left directions. To provide a unique, bottom and top offset just provide an object <code>offset: { top: 10 }</code> or <code>offset: { top: 10, bottom: 5 }</code>. Use a function when you need to dynamically calculate an offset.</td> </tr> </tbody> </table> |
