Created
July 29, 2020 07:13
-
-
Save moradi-morteza/3ce01456a5663b009ad550fe6f8225dd to your computer and use it in GitHub Desktop.
[bootstrap]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// to avoid modal outside click hide add : | |
data-toggle="modal" data-backdrop="static" data-keyboard="false" // to button | |
<button data-target="#myModal" data-toggle="modal" data-backdrop="static" data-keyboard="false">Click Me</button> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment