Skip to content

Instantly share code, notes, and snippets.

@tomrallen
tomrallen / Bootstrap 3 only modals.html
Created February 20, 2018 00:28 — forked from shlomohass/Bootstrap 3 only modals.html
This is an example of the only modals use from bootstrap 3.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Bootstrap Modals only - by shlomo hassid</title>
<script type='text/javascript' src='//code.jquery.com/jquery-1.11.0.js'></script>
<style type='text/css'>
[role="button"] {
cursor: pointer;
}