|
СУДЕБНЫЕ ПРИСТАВЫ ВЗЫСКАЛИ МОРАЛЬНЫЙ ВРЕД В ПОЛЬЗУ ПОСТРАДАВШЕЙ В ДТП |
27 2016
16:05

200 . - . . , . . - , , . 200 . . . . . , , . . . -
').insertAfter($(this));
if ($(this).is('input')) {
$(this).next('.b-form__input-clear').css({'bottom': '17px'});
} else if ($(this).is('textarea')) {
$(this).next('.b-form__input-clear').css({'top': $(this).position().top + 19});
}
$(this).siblings('.b-form__input-clear').click(function () {
$(this).prev('.b-form__input').val("").trigger('focus');
});
$(this)
.focus(function () {
})
.keyup(function () {
$(this).addClass('f-filled');
})
.blur(function () {
if (!$(this).val()) {
$(this).removeClass('f-filled');
}
});
});
});
Read Full Article
|