Skip to content

Instantly share code, notes, and snippets.

@joomlapro
Created July 24, 2012 19:09
Show Gist options
  • Save joomlapro/3171961 to your computer and use it in GitHub Desktop.
Save joomlapro/3171961 to your computer and use it in GitHub Desktop.
Add Button Before
jQuery(function ($) {
// Add Button Before
$('nav .menu').before('<a href="#" class="btn btn-lightblue btn-extensions">Download Extensões</a>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment