我正在使用jQuery hack修复Chrome中的一个错误,导致空字段出现对齐问题。 Chrome align-items: baseline for select and input elements
$('input:text').each(function(i,el) {
if (!el.value || el.value == '') {
el.placeholder = ' ';
}
});
我想影响所有文字样式输入(文字,电子邮件,日期,电话,电话号码等),而不会影响收音机复选框和范围滑块,因为这似乎是一种更简洁的方式。
有没有办法在不单独列出每种输入类型的情况下执行此操作?
答案 0 :(得分:0)
删除<android.support.v4.view.ViewPager
android:id="@+id/vpTabs"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/white" />
和type=checkbox
type=radio