match = this.activeMenu.children( ".ui-menu-item" ).filter(function() {
                return new RegExp( "^" + escape( character ), "i" )
                    .test( $( this ).children( "a" ).text() );
            });