i want to add a close and minmize button to hide and close the body panel pannel and to full screen button to every bootsrap panel in the page using jquery
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Number Of Tickets Reported In The Billing Unit (Today)</h3>
</div>
<div class="panel-body">
<div class="flot-chart">
<div id="BillPhChart"></div>
</div>
</div>
</div>
</div>