text CUSTOMIZE PLACEHOLDER
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text CUSTOMIZE PLACEHOLDER相关的知识,希望对你有一定的参考价值。
/*
*
* ----------------------------------------------- */
$(function () {
// onkeyup="this.setAttribute('value', this.value);"
$('form').on('keyup', '[type="text"], [type="email"], textarea', function (e) {
var val = $(this).val();
if (val === '') {
$(this).parent().removeClass('is-filled');
} else {
$(this).parent().addClass('is-filled');
}
$(this).attr('value', val);
});
});
<div class="form-group">
<div class="contianer-placeholder">
<textarea name="お問い合わせ内容" rows="8" class="form-control"></textarea>
<div class="placeholder">お問い合わせ内容</div>
</div>
</div>
.contianer-placeholder {
position: relative;
border-radius: 3px;
background-color: #fcd979;
&.is-filled {
.placeholder {
display: none;
}
}
.form-control {
position: relative;
z-index: 10;
background-color: transparent;
}
.placeholder {
position: absolute;
top: 20px;
z-index: 9;
width: 100%;
padding-left: 26px;
overflow: hidden;
color: #787878;
font-size: 16px;
white-space: nowrap;
}
}
以上是关于text CUSTOMIZE PLACEHOLDER的主要内容,如果未能解决你的问题,请参考以下文章
text 此片段用于以下知识库文章 - http://kb.wpbeaverbuilder.com/article/591-create-a-filter-to-customize-the-di
ios开发怎么设置uitextview的placeholde
placeholder
antd.customize.less 字体系列的麻烦(请帮助)
如何将 React-app-rewired 与 Customize-CRA 集成
javascript customize.js