I have one question: On my website, button "submit" starts loading a new page for a limited time (defined in simple form). That's work perfectly. I want to do so that when you click "start" bar appears and starts loading for defined time. I would like to use an animated loading boostrap:
<div class="progress progress-striped active">
<div class="bar" style="width: 40%;"></div>
</div>
How can I do that? Javascript? How? :(