File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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/popovers/#events
126120
127121``` javascript
128122$ (' #date1' ).on (' hidden.bs.popover' , function () {
You can’t perform that action at this time.
0 commit comments