jquery mobile text输入框怎么能够去掉获得焦点时候的蓝色边框
3个回答
展开全部
可以通过以下方法强制去掉蓝罩孙启色边框:
$(document).on('focus', 'input', function () {
if ($(this).hasClass('凯野ui-input-text') && $(this).attr('type') == '物如number') {
$(this).closest('div').addClass('noshadow');
}
});
$(document).on('focus', 'input', function () {
if ($(this).hasClass('凯野ui-input-text') && $(this).attr('type') == '物如number') {
$(this).closest('div').addClass('noshadow');
}
});
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.ui-focus {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
这握绝肆里段轿宏斗是demo
http://jsfiddle.net/Palestinian/47rak
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
这握绝肆里段轿宏斗是demo
http://jsfiddle.net/Palestinian/47rak
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
input:focus { outline: none; }
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询