标签: javascript jquery html css ionic-framework
我无法在移动视图中自动关闭日期选择器。因为我们在移动视图中不使用鼠标
$('#dateofbirth').mouseover(function (){ $('#dateofbirth').show(); }); $("#datofbirth").mouseout(function(){ $('#dateofbirth').hide(); });