Skip to content

Instantly share code, notes, and snippets.

@nollac
Created January 12, 2017 09:51
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 nollac/07b02dbebf664a509f5f17042172d667 to your computer and use it in GitHub Desktop.
Save nollac/07b02dbebf664a509f5f17042172d667 to your computer and use it in GitHub Desktop.
jq-slider
$('li').on('click', function() {
$('li').removeClass('active');
$(this).addClass('active');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment