Термоузел OKI Fuser-C96/9800 (42931703)

Код товара: 601232
Нет в наличии 0 отзывов
Сообщить о наличии

Краткие характеристики

Производитель: OKI
Ресурс: 100000 копий

Описание Термоузел OKI Fuser-C96/9800 (42931703)

undefined

Оставить отзыв
Оцените товар:
Что вы думаете о товаре:
Представьтесь пожалуйста:
Войти в свой аккаунт
Ваш e-mail
Оставить отзыв
Object.extend(Validation, { isVisible : function(elm) { return true; } }); Validation.add('validate-rating-select','Пожалуйста, укажите рейтинг товара.',function(v){ return !Validation.get('IsEmpty').test(v) }); // jQuery(function($) { //review form dynamic stars var $reviewForm = $('#review-form'), $ratingValue = $reviewForm.find('.value'), $curValue = $reviewForm.find('.value.current'); $curValue.prevAll('.value').addClass('current'); $ratingValue.mouseenter(function () { $(this).addClass('active'); $(this).prevAll('.value').addClass('active'); }).mouseleave(function () { $reviewForm.find('.active').each(function () { $(this).removeClass('active'); }); }).click(function () { $ratingValue.removeClass('current'); $(this).addClass('current'); $(this).prevAll('.value').addClass('current'); $('.validate-rating-select').val($(this).find('input').val()); }); }); jQuery('.account-link').on('click', function(e){ jQuery('html,body').animate({scrollTop:0}, 300); jQuery('.skip-account').click(); e.stopPropagation(); });