mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fixes
This commit is contained in:
@@ -399,6 +399,7 @@ Gives a way to change the tooltip's content after its initialization.
|
|||||||
```js
|
```js
|
||||||
tooltip.setContent({ '.tooltip-inner': 'another title' })
|
tooltip.setContent({ '.tooltip-inner': 'another title' })
|
||||||
```
|
```
|
||||||
|
|
||||||
{{< callout info >}}
|
{{< 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`
|
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 >}}
|
{{< /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:
|
If possible, the simpler solution is:
|
||||||
|
|
||||||
- For form controls, add the `disabled` HTML attribute.
|
- 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
|
## Sass
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user