Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Bootstrap .popover("destroy") method
Use the popver("detroy") to destroy the popover.
It hides the popover ?
popover('destroy');
The method is used to destroy the popover ?
$(".btn-default").click(function(){
$("[data-toggle='popover']").popover('destroy');
});
You can try to run the following code to implement the popver("destroy") method ?
Example
Bootstrap Example ExaminationHere's the result:
Advertisements
