1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

enforce element check on scrollspy target (#30747)

This commit is contained in:
Johann-S
2020-05-06 06:30:43 +02:00
committed by GitHub
parent 122c99ebeb
commit f91788548c
2 changed files with 3 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
</tr>
<tr>
<td>target</td>
<td>string</td>
<td>string | jQuery object | DOM element</td>
<td></td>
<td>Specifies element to apply Scrollspy plugin.</td>
</tr>