diff --git a/jquery.lettering.js b/jquery.lettering.js index 70aae46..43708f1 100644 --- a/jquery.lettering.js +++ b/jquery.lettering.js @@ -16,6 +16,7 @@ , a = text.split(splitter) , inject = ''; if (a.length) { + $(t).addClass('total-' + klass + 's-' + a.length); $(a).each(function(i, item) { inject += ''+after; });