Skip to content

Instantly share code, notes, and snippets.

@AlexandroPerez
Created November 11, 2016 15:45
Show Gist options
  • Save AlexandroPerez/51050e8665799ceba7f42b5543b554ed to your computer and use it in GitHub Desktop.
Save AlexandroPerez/51050e8665799ceba7f42b5543b554ed to your computer and use it in GitHub Desktop.
function setSkillPercentage() {
$(".percentage").each(function(){
var percentage = $(this).data("percentage");
$(this).html("<span style='width:" + percentage + "%'>" + percentage + "%</span>");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment