Skip to content

Instantly share code, notes, and snippets.

@Daniel-Wiedemann
Last active August 29, 2015 14:15
Show Gist options
  • Save Daniel-Wiedemann/0a01ef07075e3d478d85 to your computer and use it in GitHub Desktop.
Save Daniel-Wiedemann/0a01ef07075e3d478d85 to your computer and use it in GitHub Desktop.
Month
$('#repeaterContainer .item.active')[0].classList.toString().split(' ').filter(getMonth).toString()
var getMonth = function(element){
return element.indexOf('month') >= 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment