You are on page 1of 2

<html>

<head>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

<!-- jQuery library -->


<script
src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

<!-- Latest compiled JavaScript -->


<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script language="javascript" type="text/javascript">
$(document).ready(function(){

$("#tbutton").click(function () {

console.log('adsflslf');
$(".demo").hide();
});

});

</script>

<style>

.collapse
{

display:block !important;
}
</style>
</head>
<body>
<br />
<div class="panel panel-default">
<div class="panel-heading">
<span class="glyphicon glyphicon-th-list" style="font-
size:19px;color:grey"></span>
Budget Content
<button id="tbutton" style="float:right">
<i class="fa fa-reorder" style="font-
size:24px;color:red;float:right"></i>

</button>

</div>
<div class="panel-body demo">
<h3> Performance</h3>
Seamlessly communicate distinctive alignments and business models.
Efficiently whiteboard robust meta-services whereas stand-alone synergy.
Enthusiastically engage premier supply chains after intuitive testing procedures.
Conveniently parallel task robust imperatives through corporate customer service.
Dynamically productivate tactical mindshare via business collaboration and idea-
sharing. Credibly conceptualize extensive schemas for functionalized metrics.
<br /> <br />
<h3> Security</h3>
Seamlessly communicate distinctive alignments and business models.
Efficiently whiteboard robust meta-services whereas stand-alone synergy.
Enthusiastically engage premier supply chains after intuitive testing procedures.
Conveniently parallel task robust imperatives through corporate customer service.
Dynamically productivate tactical mindshare via business collaboration and idea-
sharing. Credibly conceptualize extensive schemas for functionalized metrics.
<br /> <br /> <h3> Accuracy </h3>
Seamlessly communicate distinctive alignments and business models.
Efficiently whiteboard robust meta-services whereas stand-alone synergy.
Enthusiastically engage premier supply chains after intuitive testing procedures.
Conveniently parallel task robust imperatives through corporate customer service.
Dynamically productivate tactical mindshare via business collaboration and idea-
sharing. Credibly conceptualize extensive schemas for functionalized metrics.

</div>

</div>

</body>
</html>

You might also like