var $inputs = $('input[type="text"]');
$inputs.each(function(i) {
$(this).on('focus', function(e) {
$inputs.eq(i + 1).show(500);
});
});
$('input[type="text"]').on('focus', function(e) {
$(this).next().show(500);
});
Думаю нужно как то через js сказать "Добавить класс с блюром последнему элементу в видимой части контейнера"...
if ( current.next().length ) {
if ( current.next().hasClass('show') ) {
$('div#rotator2 ul li:first');
} else {
current.next();
}
} else {
$('div#rotator2 ul li:first');
}