cssTwiddle 

var $target = $(opt.target_selector);
if($this.text().match(/^(\d+)(\D.*)?$/) ) {
    opt.current = parseInt(RegExp.$1, 10);
    opt.suffix  = RegExp.$2 || '';
}