Having some trouble animating the refresh icon on my jsp page. The icon is not showing up, despite my markup:
<a id="update" href="#"><i class="icon icon-refresh"></i></a>
I've included all necessary bootstrap links:
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
If anyone has any advice, please let me know. Thank you.