2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00
This commit is contained in:
XhmikosR
2021-12-01 18:31:47 +02:00
parent dd65751b36
commit 49b7adedd6
2 changed files with 2 additions and 1 deletions
@@ -399,6 +399,7 @@ Gives a way to change the tooltip's content after its initialization.
```js
tooltip.setContent({ '.tooltip-inner': 'another title' })
```
{{< callout info >}}
The `setContent` method accepts an `object` argument, where each property-key is a valid `string` selector within the popover template, and each related property-value can be `string` | `element` | `function` | `null`
{{< /callout >}}
@@ -31,7 +31,7 @@ The `.pe-none` class (and the `pointer-events` CSS property it sets) only preven
If possible, the simpler solution is:
- For form controls, add the `disabled` HTML attribute.
* For links, remove the `href` attribute, making it a non-interactive anchor or placeholder link.
- For links, remove the `href` attribute, making it a non-interactive anchor or placeholder link.
## Sass