diff options
| author | Chris Rebert <[email protected]> | 2013-07-25 12:24:13 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-07-25 12:24:13 -0700 |
| commit | 90fb40b7073af222478a99ee1ef93da879cac8b8 (patch) | |
| tree | ae058dba0b9b193be61e87b1367720a0359f7495 /javascript.html | |
| parent | c7995cf9645f52966c142d682f1746840572875d (diff) | |
| download | bootstrap-90fb40b7073af222478a99ee1ef93da879cac8b8.tar.xz bootstrap-90fb40b7073af222478a99ee1ef93da879cac8b8.zip | |
twbs ALL the links
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/javascript.html b/javascript.html index 23fe67719..5be5ac775 100644 --- a/javascript.html +++ b/javascript.html @@ -985,7 +985,7 @@ $('#example').tooltip(options) <td>selector</td> <td>string</td> <td>false</td> - <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twitter/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td> + <td>if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsfiddle.net/KPeKS/4/">an informative example</a>.</td> </tr> <tr> <td>trigger</td> @@ -1262,7 +1262,7 @@ $('.nav-tabs').button() <div class="bs-callout bs-callout-danger"> <h4>Cross-browser compatibility</h4> - <p><a href="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p> + <p><a href="https://github.com/twbs/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p> </div> <h4>$().button('reset')</h4> |
