Skip to content

Commit

Permalink
Improving docs for popover per @mdo request
Browse files Browse the repository at this point in the history
See #4215
  • Loading branch information
leadVisionary committed Mar 7, 2013
1 parent eb24718 commit 2998c1c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/javascript.html
Expand Up @@ -996,7 +996,12 @@ <h3>Options</h3>
<td>selector</td>
<td>string</td>
<td>false</td>
<td>if a selector is provided, tooltip objects will be delegated to the specified targets</td>
<td>
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>
</tr>
<tr>
<td>trigger</td>
Expand Down

0 comments on commit 2998c1c

Please sign in to comment.