Skip to content

Instantly share code, notes, and snippets.

@codef0rmer
Created February 26, 2019 17:50
Show Gist options
  • Save codef0rmer/65c302e0be8f512e6292072431359b01 to your computer and use it in GitHub Desktop.
Save codef0rmer/65c302e0be8f512e6292072431359b01 to your computer and use it in GitHub Desktop.
jquery toolbar
<!-- Invoking the toolbar -->
<div id="toolbarBtn" class="btn-toolbar"><i class="fa fa-cog"></i></div>
<!-- Actual toolbar -->
<div id="toolbar" class="hidden">
<a href="#"><i class="fa fa-plane"></i></a>
<a href="#"><i class="fa fa-car"></i></a>
<a href="#"><i class="fa fa-bicycle"></i></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment