var up = function(input) {
            var suggestions = input.next('.suggestions'),
                active = suggestions.find('li:not(.help).active').removeClass('active'),
                prev = active.prev('li:not(.help):visible');