Skip to content

Instantly share code, notes, and snippets.

@spdustin
Created October 31, 2012 20:14
Show Gist options
  • Save spdustin/3989541 to your computer and use it in GitHub Desktop.
Save spdustin/3989541 to your computer and use it in GitHub Desktop.
WIP - helper classes for web parts
$('.ms-WPHeaderTd').each(
function() {
var wpClass = "wptitle-" +
$(this).attr('title').split('-')[0].replace(/[\W]/g,'');
$(this).closest('.s4-wpcell').addClass(wpClass);
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment