Skip to content

Instantly share code, notes, and snippets.

@mckernanin
Created September 23, 2014 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mckernanin/00bc3881349cd92ae510 to your computer and use it in GitHub Desktop.
Save mckernanin/00bc3881349cd92ae510 to your computer and use it in GitHub Desktop.
add class to ls-bottom-slidebuttons
$('.ls-bottom-slidebuttons a').each(function() {
$(this).click(function() {
$('.ls-bottom-slidebuttons a').removeClass('ls-nav-active');
$(this).addClass('ls-nav-active');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment