Skip to content

Instantly share code, notes, and snippets.

@moradi-morteza
Created July 29, 2020 07:13
Show Gist options
  • Save moradi-morteza/3ce01456a5663b009ad550fe6f8225dd to your computer and use it in GitHub Desktop.
Save moradi-morteza/3ce01456a5663b009ad550fe6f8225dd to your computer and use it in GitHub Desktop.
[bootstrap]
// 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