Skip to content

Instantly share code, notes, and snippets.

@jonatassalgado
Created May 22, 2015 19:04
Show Gist options
  • Select an option

  • Save jonatassalgado/3f7e9e78629874bd72d0 to your computer and use it in GitHub Desktop.

Select an option

Save jonatassalgado/3f7e9e78629874bd72d0 to your computer and use it in GitHub Desktop.
$(".participant-box").click(function(){
$(".participant-box").removeClass("borda-laranja");
$(this).addClass("borda-laranja");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment