mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 06:21:26 +02:00
remove selector options for popover, in favor of more generic content selector
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user