在移动视图中自动关闭日期选择器

时间:2018-01-10 10:14:29

标签: javascript jquery html css ionic-framework

我无法在移动视图中自动关闭日期选择器。因为我们在移动视图中不使用鼠标

$('#dateofbirth').mouseover(function (){
    $('#dateofbirth').show();
});
$("#datofbirth").mouseout(function(){
    $('#dateofbirth').hide();
});

0 个答案:

没有答案