Skip to content

Commit ebcd69b

Browse files
authored
Update README.md
1 parent b9810fc commit ebcd69b

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,7 @@ Name | Return | Description | Sample
116116

117117
`MD.BootstrapPersianDateTimePicker` uses Bootstrap's popover, so you can use `popover` events.
118118

119-
Event Type | Description
120-
------------- | -------------
121-
**show.bs.popover** | This event fires immediately when the show instance method is called.
122-
**shown.bs.popover** | This event is fired when the popover has been made visible to the user (will wait for CSS transitions to complete).
123-
**hide.bs.popover** | This event is fired immediately when the hide instance method has been called.
124-
**hidden.bs.popover** | This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete).
125-
**inserted.bs.popover** | This event is fired after the show.bs.popover event when the popover template has been added to the DOM.
119+
https://getbootstrap.com/docs/4.5/components/modal/#events
126120

127121
```javascript
128122
$('#date1').on('hidden.bs.popover', function () {

0 commit comments

Comments
 (0)