<div class="container">
<h1 id="Tickets"><span class="spinner-grow text-muted"></span></h1>
</div>
- Here i am showing a normal bootstrap spinner. it can be visiable whenever we load html page. 2)i need to run whenever we click a button.after getting output spinner should be stop, if we again press the button again spinner should be visible
$(document).ready(function (data) {
$("#btnGo").click(function () {
}
}
[![need to load spinner inside kpi widget][1]][1]
Add an id to the spinner:
When you want to show the spinner:
When you want to hide the spinner: