} else if (events.which === 39) {
                // right
                $(options.pager).find(options.currentPage).filter('.' + options.currentClass).nextAll(':not(span):first').click();
            }