"Hello World"
Bootstrap 4.1.1 Snippet by blessly

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<h2>Hello luv! muah</h2>
<button>HURRAY!</button>
</div>
</div>
<script src="https://jsconsole.com/js/remote.js?1ebd5e44-1485-4e90-b19d-3d3c6d7374bb"></script>
<script src="https://jsconsole.com/js/remote.js?77cdb8d5-dc36-400d-9f9c-b732badf158f"></script>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
h2 {
color:red;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
$('button').click(function(){
$('h2').html('pogi ni mac!');
$('button').html('hindi rin');
debugger;
console.log('hdjsjd');
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: