标签:blog http io ar java div on log cti
解决:
$(‘.btn‘).popover({
.................................
}).click(function(e) {
e.preventDefault();
$(this).focus();
});
bootstrap:在safari下popover:focus无法执行
标签:blog http io ar java div on log cti
原文地址:http://www.cnblogs.com/jinkspeng/p/4057583.html