Skip to content

Instantly share code, notes, and snippets.

@fleeting
Created April 6, 2010 15:17
Show Gist options
  • Save fleeting/357703 to your computer and use it in GitHub Desktop.
Save fleeting/357703 to your computer and use it in GitHub Desktop.
$("h2").each(function() {
var text = $(this).html();
$(this).html(text.replace(/^([A-Za-z0-9])/g,'<span>$1</span>'));
});
Cufon.replace('h2 span');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment