diff options
| author | Jacob Thornton <[email protected]> | 2011-11-08 11:04:26 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-08 11:04:26 -0800 |
| commit | 0c7a80c79bb9a2e1761b4af804050962aac2fe57 (patch) | |
| tree | 34d748df126104eeec620b573743f212884bfa80 /docs | |
| parent | b37a336417b0ef447eed78a66762be1ac0f0fba4 (diff) | |
| download | bootstrap-0c7a80c79bb9a2e1761b4af804050962aac2fe57.tar.xz bootstrap-0c7a80c79bb9a2e1761b4af804050962aac2fe57.zip | |
remove selector options for popover, in favor of more generic content selector
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 494773512..858345d72 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -691,18 +691,6 @@ $('#.tabs').bind('change', function (e) { <td>[default markup]</td> <td>the html template used for rendering a popover</td> </tr> - <tr> - <td>titleSelector</td> - <td>string</td> - <td>.title</td> - <td>selector used to find the title element within the popover</td> - </tr> - <tr> - <td>contentSelector</td> - <td>string</td> - <td>.content p</td> - <td>selector used to find the content element within the popover</td> - </tr> </tbody> </table> <p><span class="label notice">Notice</span> Individual popover instance options can alternatively be specified through the use of data attributes.</code></p> |
