ПОПАСТЬ В СУД ПОМЕШАЛА ТРОСТЬ |
28.04.16 12:06 |
27 2016
11:38
 36- ., .
. , . 30 .
, , . .
, .
-
').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
|